Title: [254920] trunk/LayoutTests/imported/w3c
Revision
254920
Author
[email protected]
Date
2020-01-22 06:48:42 -0800 (Wed, 22 Jan 2020)

Log Message

Fix fetch/api/policies/referrer-origin-worker.html
 https://bugs.webkit.org/show_bug.cgi?id=206520

Patch by Rob Buis <[email protected]> on 2020-01-22
Reviewed by Youenn Fablet.

Revert, it was the wrong way to fix this

* web-platform-tests/fetch/api/policies/referrer-origin-worker-expected.txt:
* web-platform-tests/fetch/api/policies/referrer-origin-worker.html.headers: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (254919 => 254920)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2020-01-22 14:26:10 UTC (rev 254919)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2020-01-22 14:48:42 UTC (rev 254920)
@@ -1,3 +1,15 @@
+2020-01-22  Rob Buis  <[email protected]>
+
+        Fix fetch/api/policies/referrer-origin-worker.html
+         https://bugs.webkit.org/show_bug.cgi?id=206520
+
+        Reviewed by Youenn Fablet.
+
+        Revert, it was the wrong way to fix this
+
+        * web-platform-tests/fetch/api/policies/referrer-origin-worker-expected.txt:
+        * web-platform-tests/fetch/api/policies/referrer-origin-worker.html.headers: Removed.
+
 2020-01-21  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r254807 and r254849.

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-worker-expected.txt (254919 => 254920)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-worker-expected.txt	2020-01-22 14:26:10 UTC (rev 254919)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-worker-expected.txt	2020-01-22 14:48:42 UTC (rev 254920)
@@ -1,4 +1,4 @@
 
-PASS Request's referrer is origin 
-PASS Cross-origin referrer is overridden by client origin 
+FAIL Request's referrer is origin assert_equals: request's referrer is http://localhost:8800/ expected "http://localhost:8800/" but got "http://localhost:8800/fetch/api/policies/referrer-origin.js?pipe=sub"
+FAIL Cross-origin referrer is overridden by client origin assert_equals: request's referrer is http://localhost:8800/ expected "http://localhost:8800/" but got "http://localhost:8800/fetch/api/policies/referrer-origin.js?pipe=sub"
 

Deleted: trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-worker.html.headers (254919 => 254920)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-worker.html.headers	2020-01-22 14:26:10 UTC (rev 254919)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-worker.html.headers	2020-01-22 14:48:42 UTC (rev 254920)
@@ -1 +0,0 @@
-Referrer-Policy: origin
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to