Title: [199786] trunk/LayoutTests
Revision
199786
Author
[email protected]
Date
2016-04-20 14:25:11 -0700 (Wed, 20 Apr 2016)

Log Message

Speculative unflake of dynamic_remove_preload_href layout test
https://bugs.webkit.org/show_bug.cgi?id=156773

Reviewed by Alexey Proskuryakov.

* http/tests/preload/dynamic_remove_preload_href.html: Avoid using a blocking script based timeout.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (199785 => 199786)


--- trunk/LayoutTests/ChangeLog	2016-04-20 21:07:37 UTC (rev 199785)
+++ trunk/LayoutTests/ChangeLog	2016-04-20 21:25:11 UTC (rev 199786)
@@ -1,3 +1,12 @@
+2016-04-20  Yoav Weiss  <[email protected]>
+
+        Speculative unflake of dynamic_remove_preload_href layout test
+        https://bugs.webkit.org/show_bug.cgi?id=156773
+
+        Reviewed by Alexey Proskuryakov.
+
+        * http/tests/preload/dynamic_remove_preload_href.html: Avoid using a blocking script based timeout.
+
 2016-04-20  Brady Eidson  <[email protected]>
 
         Modern IDB (Workers): Enable INDEXED_DATABASE_IN_WORKERS compile time flag, but disabled in RuntimeEnabledFeatures.

Modified: trunk/LayoutTests/http/tests/preload/dynamic_remove_preload_href.html (199785 => 199786)


--- trunk/LayoutTests/http/tests/preload/dynamic_remove_preload_href.html	2016-04-20 21:07:37 UTC (rev 199785)
+++ trunk/LayoutTests/http/tests/preload/dynamic_remove_preload_href.html	2016-04-20 21:25:11 UTC (rev 199786)
@@ -16,11 +16,8 @@
     link.href = ""
     window.addEventListener("load", function() {
         shouldBeFalse("internals.isPreloaded('../resources/dummy.js');");
+        if (window.internals)
+            window.internals.setLinkPreloadSupport(false);
     });
 </script>
-<script src=""
-<script>
-    if (window.internals)
-        window.internals.setLinkPreloadSupport(false);
-</script>
 </body>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to