mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Update web-platform-tests to revision 7a767a52741f628430ffbbed46e7f3df68ba3534
Fixes #15648.
This commit is contained in:
parent
a1e4c547f0
commit
4fadf9b0b6
1184 changed files with 22551 additions and 9856 deletions
|
@ -0,0 +1,5 @@
|
|||
[data-url.html]
|
||||
type: testharness
|
||||
[Test data URL and scripts errors]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
[crossorigin.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Root module, Error in CORS-different-origin script]
|
||||
expected: NOTRUN
|
||||
|
||||
[Root module, Error in CORS-same-origin script]
|
||||
expected: NOTRUN
|
||||
|
||||
[Root module, Blocked script download, missing CORS ACAO header]
|
||||
expected: NOTRUN
|
||||
|
||||
[Root module, Blocked script download, mismatched CORS ACAO header]
|
||||
expected: NOTRUN
|
||||
|
||||
[Imported module, Error in CORS-different-origin script]
|
||||
expected: NOTRUN
|
||||
|
||||
[Imported module, Error in CORS-same-origin script]
|
||||
expected: NOTRUN
|
||||
|
||||
[Imported module, Blocked script download, missing CORS ACAO header]
|
||||
expected: NOTRUN
|
||||
|
||||
[Imported module, Blocked script download, mismatched CORS ACAO header]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
[errorhandling.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[IFrame test: 'iframe_parseError_Root']
|
||||
expected: FAIL
|
||||
|
||||
[IFrame test: 'iframe_parseError_Dependent']
|
||||
expected: FAIL
|
||||
|
||||
[IFrame test: 'iframe_parseError_DependentMultiple']
|
||||
expected: FAIL
|
||||
|
||||
[External root module with non-script mimetype]
|
||||
expected: NOTRUN
|
||||
|
||||
[Module with imported non-script mimetype]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
[execorder.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Unordered module script execution (parsed, unordered #1)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Unordered module script execution (parsed, unordered #2)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Unordered module script execution (dynamic, unordered #1)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Unordered module script execution (dynamic, unordered #2)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Interlaced module/non-module script execution (parsed, async-ordered)]
|
||||
expected: FAIL
|
||||
|
||||
[Interlaced module/non-module script execution (dynamic, async-ordered)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[imports.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Import a module that tries to import itself]
|
||||
expected: NOTRUN
|
||||
|
||||
[Import a module with a cyclical module dependency]
|
||||
expected: NOTRUN
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue