Title: [261938] trunk/LayoutTests
Revision
261938
Author
ryanhad...@apple.com
Date
2020-05-20 11:48:49 -0700 (Wed, 20 May 2020)

Log Message

Disable support for BeforeLoadEvent
https://bugs.webkit.org/show_bug.cgi?id=212140

Unreviewed.

* http/tests/cache/cancel-during-revalidation-succeeded.html:
Remove <CR> characters from line endings in an attempt to get `svn-apply` work on EWS bots.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261937 => 261938)


--- trunk/LayoutTests/ChangeLog	2020-05-20 18:44:57 UTC (rev 261937)
+++ trunk/LayoutTests/ChangeLog	2020-05-20 18:48:49 UTC (rev 261938)
@@ -1,3 +1,13 @@
+2020-05-20  Ryan Haddad  <ryanhad...@apple.com>
+
+        Disable support for BeforeLoadEvent
+        https://bugs.webkit.org/show_bug.cgi?id=212140
+
+        Unreviewed.
+
+        * http/tests/cache/cancel-during-revalidation-succeeded.html:
+        Remove <CR> characters from line endings in an attempt to get `svn-apply` work on EWS bots.
+
 2020-05-20  Zan Dobersek  <zdober...@igalia.com>
 
         Unreviewed WPE gardening. Also enable the imported Blink and Mozilla

Modified: trunk/LayoutTests/http/tests/cache/cancel-during-revalidation-succeeded.html (261937 => 261938)


--- trunk/LayoutTests/http/tests/cache/cancel-during-revalidation-succeeded.html	2020-05-20 18:44:57 UTC (rev 261937)
+++ trunk/LayoutTests/http/tests/cache/cancel-during-revalidation-succeeded.html	2020-05-20 18:48:49 UTC (rev 261938)
@@ -1,33 +1,33 @@
-<html>
-<head>
-<link id="img" rel="stylesheet" href=""
-</head>
-<body>
-It's possible for a successful revalidation to cause events to fire synchronously.
-We shouldn't crash if one of those events stops the load.
-See https://bugs.webkit.org/show_bug.cgi?id=72762.
-<script>
-if (window.testRunner) {
-    testRunner.dumpAsText();
-    testRunner.waitUntilDone();
-}
-
-function obl(e) {
-    if (window.sessionStorage.getItem("reloaded")) {
-        window.stop();
-        window.sessionStorage.removeItem("reloaded");
-        setTimeout(finish, 0);
-    } else {
-        window.sessionStorage.reloaded = "true";
-        location.reload();
-    }
-}
-
-function finish() {
-    if (window.testRunner)
-        testRunner.notifyDone();
-}
-</script>
-<object type="application/x-no-such-mime" _onbeforeload_="obl();"></embed>
-</body>
+<html>
+<head>
+<link id="img" rel="stylesheet" href=""
+</head>
+<body>
+It's possible for a successful revalidation to cause events to fire synchronously.
+We shouldn't crash if one of those events stops the load.
+See https://bugs.webkit.org/show_bug.cgi?id=72762.
+<script>
+if (window.testRunner) {
+    testRunner.dumpAsText();
+    testRunner.waitUntilDone();
+}
+
+function obl(e) {
+    if (window.sessionStorage.getItem("reloaded")) {
+        window.stop();
+        window.sessionStorage.removeItem("reloaded");
+        setTimeout(finish, 0);
+    } else {
+        window.sessionStorage.reloaded = "true";
+        location.reload();
+    }
+}
+
+function finish() {
+    if (window.testRunner)
+        testRunner.notifyDone();
+}
+</script>
+<object type="application/x-no-such-mime" _onbeforeload_="obl();"></embed>
+</body>
 </html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to