Skip to content

Commit

Permalink
Merge r222046 - fast/forms/append-children-during-form-submission.htm…
Browse files Browse the repository at this point in the history
…l fails due to a text diff on iOS

https://bugs.webkit.org/show_bug.cgi?id=176908

Reviewed by Tim Horton.

Tweak an existing layout test added in r222005 to make its expectation consistent across all platforms.

* fast/forms/append-children-during-form-submission-expected.txt:
* fast/forms/append-children-during-form-submission.html:
* platform/ios/fast/forms/append-children-during-form-submission-expected.txt: Removed.
* platform/mac-elcapitan/fast/forms/append-children-during-form-submission-expected.txt: Removed.
  • Loading branch information
whsieh authored and carlosgcampos committed Oct 16, 2017
1 parent c460b82 commit a9588e7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
2017-09-14 Wenson Hsieh <wenson_hsieh@apple.com>

fast/forms/append-children-during-form-submission.html fails due to a text diff on iOS
https://bugs.webkit.org/show_bug.cgi?id=176908

Reviewed by Tim Horton.

Tweak an existing layout test added in r222005 to make its expectation consistent across all platforms.

* fast/forms/append-children-during-form-submission-expected.txt:
* fast/forms/append-children-during-form-submission.html:
* platform/ios/fast/forms/append-children-during-form-submission-expected.txt: Removed.
* platform/mac-elcapitan/fast/forms/append-children-during-form-submission-expected.txt: Removed.

2017-09-13 Wenson Hsieh <wenson_hsieh@apple.com>

Submitting a form can cause HTMLFormElement's associated elements vector to be mutated during iteration
Expand Down
@@ -1,2 +1 @@

To manually test, load this page. The web process should not crash.
PASS
Expand Up @@ -10,6 +10,7 @@
area2.autofocus = true;
form.insertBefore(area2, form.firstChild);
form.submit();
document.write("<code>PASS</code>");
}

function changed() {
Expand All @@ -24,6 +25,6 @@
<object></object>
<textarea id="area2">b</textarea>
</form>
<p>To manually test, load this page. The web process should not crash.</p>
<p>To manually test, load this page. The document should show <code>PASS</code> after loading.</p>
</body>
</html>

0 comments on commit a9588e7

Please sign in to comment.