Skip to content

Commit

Permalink
Bug 1467831 [wpt PR 11427] - Fetch: basic syntax tests for Cross-Orig…
Browse files Browse the repository at this point in the history
…in-Resource-Policy, a=testonly

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

Supplements #11171.

For whatwg/fetch#733.
--

wpt-commits: b7373b42eeac24ff6cb3ed494ffbf09e781287da
wpt-pr: 11427

UltraBlame original commit: 0d5c1298c115f6ccc0b1e19e7494b1dd72ae7f18
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent b8bf54e commit a60ea70
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 0 deletions.
92 changes: 92 additions & 0 deletions testing/web-platform/meta/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -2073054,6 +2073054,72 @@ html
"
fetch
/
cross
-
origin
-
resource
-
policy
/
syntax
.
any
.
js
"
:
[
[
"
/
fetch
/
cross
-
origin
-
resource
-
policy
/
syntax
.
any
.
html
"
{
}
]
[
"
/
fetch
/
cross
-
origin
-
resource
-
policy
/
syntax
.
any
.
worker
.
html
"
{
}
]
]
"
fetch
/
data
-
urls
Expand Down Expand Up @@ -3779061,6 +3779127,32 @@ testharness
"
fetch
/
cross
-
origin
-
resource
-
policy
/
syntax
.
any
.
js
"
:
[
"
77377a2a82a22bf9ff637a1e3b918eda6cb28858
"
"
testharness
"
]
"
fetch
/
data
-
urls
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
const
crossOriginURL
=
get_host_info
(
)
.
HTTP_REMOTE_ORIGIN
+
"
/
fetch
/
cross
-
origin
-
resource
-
policy
/
resources
/
hello
.
py
?
corp
=
"
;
[
"
same
"
"
same
same
-
origin
"
"
SAME
-
ORIGIN
"
"
Same
-
Origin
"
"
same
-
origin
<
>
"
"
same
-
origin
same
-
origin
"
]
.
forEach
(
incorrectHeaderValue
=
>
{
promise_test
(
t
=
>
{
return
fetch
(
crossOriginURL
+
encodeURIComponent
(
incorrectHeaderValue
)
{
mode
:
"
no
-
cors
"
}
)
;
}
"
Parsing
Cross
-
Origin
-
Resource
-
Policy
:
"
+
incorrectHeaderValue
)
;
}
)
;

0 comments on commit a60ea70

Please sign in to comment.