mirror of
https://github.com/servo/servo.git
synced 2025-07-15 03:13:41 +01:00
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
This commit is contained in:
parent
aa199307c8
commit
2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions
|
@ -0,0 +1,4 @@
|
|||
[choice-of-error-1.html]
|
||||
[Parse errors in different files should be reported depending on different roots]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[choice-of-error-2.html]
|
||||
[Instantiation errors in different files should be reported depending on different roots]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[choice-of-error-3.html]
|
||||
[Evaluation errors are cached in intermediate module scripts]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[string-compilation-base-url-classic.html]
|
||||
type: testharness
|
||||
[import() inside compiled strings uses the document base URL inside a classic script]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[string-compilation-base-url-external-classic.html]
|
||||
[import() inside compiled strings uses the script base URL inside a classic script that is loaded from a file]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[string-compilation-base-url-external-module.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,4 @@
|
|||
[string-compilation-base-url-inline-classic.html]
|
||||
[import() inside compiled strings uses the script base URL (= document base URL) inside an inline classic script]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[string-compilation-base-url-inline-module.html]
|
||||
expected: TIMEOUT
|
|
@ -1,3 +0,0 @@
|
|||
[string-compilation-base-url-module.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[string-compilation-integrity-classic.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[string-compilation-integrity-module.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,20 @@
|
|||
[string-compilation-nonce-classic.html]
|
||||
expected: ERROR
|
||||
[setTimeout must inherit the nonce from the triggering script, thus execute]
|
||||
expected: TIMEOUT
|
||||
|
||||
[direct eval must inherit the nonce from the triggering script, thus execute]
|
||||
expected: NOTRUN
|
||||
|
||||
[indirect eval must inherit the nonce from the triggering script, thus execute]
|
||||
expected: NOTRUN
|
||||
|
||||
[the Function constructor must inherit the nonce from the triggering script, thus execute]
|
||||
expected: NOTRUN
|
||||
|
||||
[reflected inline event handlers must inherit the nonce from the triggering script, thus execute]
|
||||
expected: NOTRUN
|
||||
|
||||
[inline event handlers triggered via UA code must inherit the nonce from the triggering script, thus execute]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[string-compilation-nonce-module.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,4 @@
|
|||
[error-type-1.html]
|
||||
[network error has higher priority than parse error]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[error-type-2.html]
|
||||
[parse error has higher priority than instantiation error]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[error-type-3.html]
|
||||
[instantiation error has higher priority than evaluation error]
|
||||
expected: FAIL
|
||||
|
|
@ -3,3 +3,6 @@
|
|||
[Test that missing exports lead to SyntaxError events on window and load events on script, and that exceptions are remembered]
|
||||
expected: FAIL
|
||||
|
||||
[Test that missing exports lead to SyntaxError events on window and load events on script]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
[Test that missing exports lead to SyntaxError events on window and load events on script, and that exceptions are remembered]
|
||||
expected: FAIL
|
||||
|
||||
[Test that missing exports lead to SyntaxError events on window and load events on script]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
[Test that unresolvable cycles lead to SyntaxError events on window and load events on script, and that exceptions are remembered]
|
||||
expected: FAIL
|
||||
|
||||
[Test that unresolvable cycles lead to SyntaxError events on window and load events on script]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
[Test that loading a graph in which a module is already errored results in that module's error.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that loading a graph in which a module is already errored results in an error.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
[Test that loading a graph in which a module is already errored results in that module's error.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that loading a graph in which a module is already errored results an error.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[referrer-no-referrer.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[referrer-origin-when-cross-origin.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[referrer-origin.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[referrer-same-origin.sub.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[referrer-unsafe-url.sub.html]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue