Title: [231075] trunk/LayoutTests
Revision
231075
Author
[email protected]
Date
2018-04-26 14:41:39 -0700 (Thu, 26 Apr 2018)

Log Message

[iOS] LayoutTest http/tests/quicklook/hide-referer-on-navigation.html is failing
https://bugs.webkit.org/show_bug.cgi?id=184825
<rdar://problem/38924997>

Patch by Sihui Liu <[email protected]> on 2018-04-26
Reviewed by Geoffrey Garen.

Policy decisions are made asynchronously now, so we need to set the async flag of this test.

* http/tests/quicklook/hide-referer-on-navigation.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (231074 => 231075)


--- trunk/LayoutTests/ChangeLog	2018-04-26 21:40:31 UTC (rev 231074)
+++ trunk/LayoutTests/ChangeLog	2018-04-26 21:41:39 UTC (rev 231075)
@@ -1,3 +1,15 @@
+2018-04-26  Sihui Liu  <[email protected]>
+
+        [iOS] LayoutTest http/tests/quicklook/hide-referer-on-navigation.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=184825
+        <rdar://problem/38924997>
+
+        Reviewed by Geoffrey Garen.
+
+        Policy decisions are made asynchronously now, so we need to set the async flag of this test. 
+
+        * http/tests/quicklook/hide-referer-on-navigation.html:
+
 2018-04-25  Ryan Haddad  <[email protected]>
 
         Mark http/tests/workers/worker-importScripts-banned-mimetype.html as flaky.

Modified: trunk/LayoutTests/http/tests/quicklook/hide-referer-on-navigation.html (231074 => 231075)


--- trunk/LayoutTests/http/tests/quicklook/hide-referer-on-navigation.html	2018-04-26 21:40:31 UTC (rev 231074)
+++ trunk/LayoutTests/http/tests/quicklook/hide-referer-on-navigation.html	2018-04-26 21:41:39 UTC (rev 231075)
@@ -7,10 +7,11 @@
 if (window.testRunner) {
     testRunner.dumpAsText();
     testRunner.dumpChildFramesAsText();
+    testRunner.waitUntilDone();
 }
 </script>
 </head>
-<body _onload_="runTest(document.querySelector('iframe'))">
+<body _onload_="runTest(document.querySelector('iframe'), undefined, true /* runAsync */)">
 <p>This test verifies that the HTTP referrer is hidden when navigating from a Microsoft Word QuickLook preview. This test PASSED only if nothing is printed below.</p>
 
 <iframe src=""
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to