Title: [223368] releases/WebKitGTK/webkit-2.18/LayoutTests
- Revision
- 223368
- Author
- [email protected]
- Date
- 2017-10-16 03:25:40 -0700 (Mon, 16 Oct 2017)
Log Message
Merge r222046 - 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.
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.18/LayoutTests/ChangeLog (223367 => 223368)
--- releases/WebKitGTK/webkit-2.18/LayoutTests/ChangeLog 2017-10-16 10:25:32 UTC (rev 223367)
+++ releases/WebKitGTK/webkit-2.18/LayoutTests/ChangeLog 2017-10-16 10:25:40 UTC (rev 223368)
@@ -1,3 +1,17 @@
+2017-09-14 Wenson Hsieh <[email protected]>
+
+ 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 <[email protected]>
Submitting a form can cause HTMLFormElement's associated elements vector to be mutated during iteration
Modified: releases/WebKitGTK/webkit-2.18/LayoutTests/fast/forms/append-children-during-form-submission-expected.txt (223367 => 223368)
--- releases/WebKitGTK/webkit-2.18/LayoutTests/fast/forms/append-children-during-form-submission-expected.txt 2017-10-16 10:25:32 UTC (rev 223367)
+++ releases/WebKitGTK/webkit-2.18/LayoutTests/fast/forms/append-children-during-form-submission-expected.txt 2017-10-16 10:25:40 UTC (rev 223368)
@@ -1,2 +1 @@
-
-To manually test, load this page. The web process should not crash.
+PASS
Modified: releases/WebKitGTK/webkit-2.18/LayoutTests/fast/forms/append-children-during-form-submission.html (223367 => 223368)
--- releases/WebKitGTK/webkit-2.18/LayoutTests/fast/forms/append-children-during-form-submission.html 2017-10-16 10:25:32 UTC (rev 223367)
+++ releases/WebKitGTK/webkit-2.18/LayoutTests/fast/forms/append-children-during-form-submission.html 2017-10-16 10:25:40 UTC (rev 223368)
@@ -10,6 +10,7 @@
area2.autofocus = true;
form.insertBefore(area2, form.firstChild);
form.submit();
+ document.write("<code>PASS</code>");
}
function changed() {
@@ -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>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes