| commit | 8c33eb043f0c585eaea4629e360a257bb534d336 | [log] [tgz] |
|---|---|---|
| author | kouhei <kouhei@chromium.org> | Wed Jul 13 07:12:59 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 07:14:43 2016 |
| tree | 439d08035b5117c5ae0da409e476423454d4159b | |
| parent | 2d4d450007124ecea1501a43362011ded0b26fc4 [diff] |
[Match Spec] Form element pointer should not be updated w/in <template> This CL updates Blink HTML Parser to better match the spec. re: http://html5.org/tools/web-apps-tracker?from=8330&to=8331 The LayoutTest is based on WebKit change by rniwa@webkit.org: https://trac.webkit.org/changeset/160182 Bonus: - HTMLConstructionSite::setForm is merged into initFragmentParsing BUG=326058 Review-Url: https://codereview.chromium.org/2143833003 Cr-Commit-Position: refs/heads/master@{#405065}