Skip to content

Commit

Permalink
Bug 1464525 [wpt PR 11171] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 11171
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot authored and jgraham committed Jul 11, 2018
1 parent 2fe2cf7 commit 6e31a60
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[fetch-in-iframe.html]
[Cross-origin fetch in a data: iframe load fails if the server blocks cross-origin loads with a 'Cross-Origin-Resource-Policy: same' response header.]
expected: FAIL

[Cross-origin fetch in a cross origin iframe load fails if the server blocks cross-origin loads with a 'Cross-Origin-Resource-Policy: same' response header.]
expected: FAIL

[Cross-origin fetch in a data: iframe load fails if the server blocks cross-origin loads with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL

[Cross-origin fetch in a data: iframe load fails if the server blocks cross-origin loads with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL

[Cross-origin fetch in a cross origin iframe load fails if the server blocks cross-origin loads with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL

[Cross-origin fetch in a cross origin iframe load fails if the server blocks cross-origin loads with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[fetch.html]
[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same' response header.]
expected: FAIL

[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL

[Cross-origin no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same' response header.]
expected: FAIL

[Valid cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL

[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same' response header after a redirection.]
expected: FAIL

[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same' redirect response header.]
expected: FAIL

[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL

[Cross-origin no-cors fetch to a same-site URL with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL

[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' response header after a redirection.]
expected: FAIL

[Cross-origin no-cors fetch with a 'Cross-Origin-Resource-Policy: same-origin' redirect response header.]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[iframe-loads.html]
[Load an iframe that has Cross-Origin-Resource-Policy header]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[image-loads.html]
[Cross-origin no-cors image load with a 'Cross-Origin-Resource-Policy: same' response header.]
expected: FAIL

[Cross-origin no-cors image load with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL

[Cross-origin no-cors image load with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[script-loads.html]
[Cross-origin no-cors script load with a 'Cross-Origin-Resource-Policy: same' response header.]
expected: FAIL

[Cross-origin no-cors script load with a 'Cross-Origin-Resource-Policy: same-site' response header.]
expected: FAIL

[Cross-origin no-cors script load with a 'Cross-Origin-Resource-Policy: same-origin' response header.]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[claim-with-redirect.https.html]
expected:
if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT
[Claim works after redirection to another origin]
expected:
if not debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): TIMEOUT

0 comments on commit 6e31a60

Please sign in to comment.