+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-14 Youenn Fablet <youenn@apple.com>
RTCDataChannel connectivity issues in Safari 11
area2.autofocus = true;
form.insertBefore(area2, form.firstChild);
form.submit();
+ document.write("<code>PASS</code>");
}
function changed() {
<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