mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Add config for disallow-crossorigin.html
This should be removed when #13195 fixed.
This commit is contained in:
parent
0f249e1eb6
commit
9036ce4f5c
2 changed files with 7 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
[disallow-crossorigin.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Promise rejection event should be muted for cross-origin non-CORS script]
|
||||
expected: FAIL
|
|
@ -27038,7 +27038,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"8bbde3b46a8e9d5ead6f9a2bf372d9647ad059be",
|
||||
"9d262c595c6cbb624bc8acb9ef2ae26622154004",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
@ -27046,7 +27046,7 @@
|
|||
"support"
|
||||
],
|
||||
"mozilla/interfaces.worker.js": [
|
||||
"926ae2e1792ead1e4635688c3f65b21e8efdcfb2",
|
||||
"fbd6e92c097dea4f99924de219c9f6aa07a45282",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/invalid-this.html": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue