Title: [223714] trunk/LayoutTests
Revision
223714
Author
dba...@webkit.org
Date
2017-10-19 14:58:48 -0700 (Thu, 19 Oct 2017)

Log Message

Attempt to fix Legacy WebKit test failure following r223704
(https://bugs.webkit.org/show_bug.cgi?id=178403)

Call testRunner.setCanOpenWindows() to tell DumpRenderTree to allow the test to open a new window.

* http/tests/security/referrer-policy-subframe-window-open.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (223713 => 223714)


--- trunk/LayoutTests/ChangeLog	2017-10-19 21:31:17 UTC (rev 223713)
+++ trunk/LayoutTests/ChangeLog	2017-10-19 21:58:48 UTC (rev 223714)
@@ -1,3 +1,12 @@
+2017-10-19  Daniel Bates  <daba...@apple.com>
+
+        Attempt to fix Legacy WebKit test failure following r223704
+        (https://bugs.webkit.org/show_bug.cgi?id=178403)
+
+        Call testRunner.setCanOpenWindows() to tell DumpRenderTree to allow the test to open a new window.
+
+        * http/tests/security/referrer-policy-subframe-window-open.html:
+
 2017-10-19  Tim Horton  <timothy_hor...@apple.com>
 
         Expand r209943 to suppress paste during provisional navigation as well

Modified: trunk/LayoutTests/http/tests/security/referrer-policy-subframe-window-open.html (223713 => 223714)


--- trunk/LayoutTests/http/tests/security/referrer-policy-subframe-window-open.html	2017-10-19 21:31:17 UTC (rev 223713)
+++ trunk/LayoutTests/http/tests/security/referrer-policy-subframe-window-open.html	2017-10-19 21:58:48 UTC (rev 223714)
@@ -6,6 +6,7 @@
 if (window.testRunner) {
     testRunner.dumpAsText();
     testRunner.waitUntilDone();
+    testRunner.setCanOpenWindows();
 }
 
 function receiveMessage(messageEvent) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to