Skip to content

Commit

Permalink
Bug 1464525 [wpt PR 11171] - Cross-Origin-Resource-Policy tests, a=te…
Browse files Browse the repository at this point in the history
…stonly

Automatic update from web-platform-testsFetch: Cross-Origin-Resource-Policy tests

For whatwg/fetch#733.

WebKit export of https://bugs.webkit.org/show_bug.cgi?id=185840.

--

wpt-commits: 53f7340307c1c0fa4ab96e79d88c69a7870030f4
wpt-pr: 11171

UltraBlame original commit: 2d3d375085ab145c32c6a3de5589739a3a5ceaf0
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 390fb62 commit 08f6cb9
Show file tree
Hide file tree
Showing 14 changed files with 4,902 additions and 1 deletion.
692 changes: 691 additions & 1 deletion testing/web-platform/meta/MANIFEST.json

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions testing/web-platform/tests/common/get-host-info.sub.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,38 @@ www2
}
'
;
var
NOTSAMESITE_HOST
=
(
ORIGINAL_HOST
=
=
=
'
localhost
'
)
?
'
127
.
0
.
0
.
1
'
:
(
'
not
-
'
+
ORIGINAL_HOST
)
;
return
{
HTTP_PORT
Expand Down Expand Up @@ -211,6 +243,22 @@ REMOTE_HOST
'
+
HTTP_PORT
HTTP_NOTSAMESITE_ORIGIN
:
'
http
:
/
/
'
+
NOTSAMESITE_HOST
+
'
:
'
+
HTTP_PORT
HTTP_REMOTE_ORIGIN_WITH_DIFFERENT_PORT
:
'
Expand Down
Loading

0 comments on commit 08f6cb9

Please sign in to comment.