Title: [282106] trunk/LayoutTests
Revision
282106
Author
cdu...@apple.com
Date
2021-09-07 14:17:47 -0700 (Tue, 07 Sep 2021)

Log Message

Unreviewed minor test fix after r282105.

The test conflicted with another change that landed recently.

* http/tests/messaging/broadcastchannel-partitioning.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (282105 => 282106)


--- trunk/LayoutTests/ChangeLog	2021-09-07 19:38:07 UTC (rev 282105)
+++ trunk/LayoutTests/ChangeLog	2021-09-07 21:17:47 UTC (rev 282106)
@@ -1,5 +1,13 @@
 2021-09-07  Chris Dumez  <cdu...@apple.com>
 
+        Unreviewed minor test fix after r282105.
+
+        The test conflicted with another change that landed recently.
+
+        * http/tests/messaging/broadcastchannel-partitioning.html:
+
+2021-09-07  Chris Dumez  <cdu...@apple.com>
+
         Implement origin partitioning (top-origin/frame-origin) for BroadcastChannel
         https://bugs.webkit.org/show_bug.cgi?id=229814
 

Modified: trunk/LayoutTests/http/tests/messaging/broadcastchannel-partitioning.html (282105 => 282106)


--- trunk/LayoutTests/http/tests/messaging/broadcastchannel-partitioning.html	2021-09-07 19:38:07 UTC (rev 282105)
+++ trunk/LayoutTests/http/tests/messaging/broadcastchannel-partitioning.html	2021-09-07 21:17:47 UTC (rev 282106)
@@ -6,9 +6,6 @@
 description("Tests that BroadcastChannel is partioning based on top origin / frame origin.");
 jsTestIsAsync = true;
 
-if (window.testRunner)
-    testRunner.setCanOpenWindows();
-
 let bc = new BroadcastChannel("broadcastchannel-partitioning");
 
 let gotMessageFromSameOriginPopup = false;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to