Title: [222046] trunk/LayoutTests
- Revision
- 222046
- Author
- [email protected]
- Date
- 2017-09-14 12:55:02 -0700 (Thu, 14 Sep 2017)
Log Message
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
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (222045 => 222046)
--- trunk/LayoutTests/ChangeLog 2017-09-14 19:45:31 UTC (rev 222045)
+++ trunk/LayoutTests/ChangeLog 2017-09-14 19:55:02 UTC (rev 222046)
@@ -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-14 Youenn Fablet <[email protected]>
RTCDataChannel connectivity issues in Safari 11
Modified: trunk/LayoutTests/fast/forms/append-children-during-form-submission-expected.txt (222045 => 222046)
--- trunk/LayoutTests/fast/forms/append-children-during-form-submission-expected.txt 2017-09-14 19:45:31 UTC (rev 222045)
+++ trunk/LayoutTests/fast/forms/append-children-during-form-submission-expected.txt 2017-09-14 19:55:02 UTC (rev 222046)
@@ -1,2 +1 @@
-
-To manually test, load this page. The web process should not crash.
+PASS
Modified: trunk/LayoutTests/fast/forms/append-children-during-form-submission.html (222045 => 222046)
--- trunk/LayoutTests/fast/forms/append-children-during-form-submission.html 2017-09-14 19:45:31 UTC (rev 222045)
+++ trunk/LayoutTests/fast/forms/append-children-during-form-submission.html 2017-09-14 19:55:02 UTC (rev 222046)
@@ -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
Deleted: trunk/LayoutTests/platform/ios/fast/forms/append-children-during-form-submission-expected.txt (222045 => 222046)
--- trunk/LayoutTests/platform/ios/fast/forms/append-children-during-form-submission-expected.txt 2017-09-14 19:45:31 UTC (rev 222045)
+++ trunk/LayoutTests/platform/ios/fast/forms/append-children-during-form-submission-expected.txt 2017-09-14 19:55:02 UTC (rev 222046)
@@ -1,2 +0,0 @@
-
-To manually test, load this page. The web process should not crash.
Deleted: trunk/LayoutTests/platform/mac-elcapitan/fast/forms/append-children-during-form-submission-expected.txt (222045 => 222046)
--- trunk/LayoutTests/platform/mac-elcapitan/fast/forms/append-children-during-form-submission-expected.txt 2017-09-14 19:45:31 UTC (rev 222045)
+++ trunk/LayoutTests/platform/mac-elcapitan/fast/forms/append-children-during-form-submission-expected.txt 2017-09-14 19:55:02 UTC (rev 222046)
@@ -1,2 +0,0 @@
-
-To manually test, load this page. The web process should not crash.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes