Title: [281173] trunk/LayoutTests
Revision
281173
Author
[email protected]
Date
2021-08-17 17:05:16 -0700 (Tue, 17 Aug 2021)

Log Message

[ Win EWS ] Rebaselining 2 http/tests/security/contentSecurityPolicy/worker-* tests.
https://bugs.webkit.org/show_bug.cgi?id=229216

Unreviewed test gardening.

* platform/win/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt:
* platform/win/http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281172 => 281173)


--- trunk/LayoutTests/ChangeLog	2021-08-17 23:56:38 UTC (rev 281172)
+++ trunk/LayoutTests/ChangeLog	2021-08-18 00:05:16 UTC (rev 281173)
@@ -1,3 +1,13 @@
+2021-08-17  Ayumi Kojima  <[email protected]>
+
+        [ Win EWS ] Rebaselining 2 http/tests/security/contentSecurityPolicy/worker-* tests.
+        https://bugs.webkit.org/show_bug.cgi?id=229216
+
+        Unreviewed test gardening.
+
+        * platform/win/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt:
+        * platform/win/http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt:
+
 2021-08-17  Eric Hutchison  <[email protected]>
 
         [Mac Guard-Malloc] imported/w3c/web-platform-tests/mathml/relations/html5-tree/display-2.html is a flaky failure.

Modified: trunk/LayoutTests/platform/win/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt (281172 => 281173)


--- trunk/LayoutTests/platform/win/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt	2021-08-17 23:56:38 UTC (rev 281172)
+++ trunk/LayoutTests/platform/win/http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt	2021-08-18 00:05:16 UTC (rev 281173)
@@ -1,3 +1,3 @@
 This tests that the Content Security Policy of the parent origin (this page) blocks a Web Worker from importing a script from a different origin, not listed in script-src, through a redirect.
 
-PASS threw exception NetworkError: Blocked by Content Security Policy..
+PASS threw exception NetworkError: Load failed.

Modified: trunk/LayoutTests/platform/win/http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt (281172 => 281173)


--- trunk/LayoutTests/platform/win/http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt	2021-08-17 23:56:38 UTC (rev 281172)
+++ trunk/LayoutTests/platform/win/http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt	2021-08-18 00:05:16 UTC (rev 281173)
@@ -1,3 +1,3 @@
 This tests a Web Worker with Content Security Policy "script-src 'self'" blocks the import of a script from a different origin through a redirect.
 
-PASS threw exception NetworkError: Blocked by Content Security Policy..
+PASS threw exception NetworkError: Load failed.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to