Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326

This commit is contained in:
Josh Matthews 2017-10-12 09:25:50 -04:00
parent 462c272380
commit 1f531f66ea
5377 changed files with 174916 additions and 84369 deletions

View file

@ -0,0 +1,3 @@
[charset-01.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[charset-02.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[charset-03.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[credentials.sub.html]
type: testharness
[Modules should be loaded with or without the credentials based on the same-origin-ness and the crossOrigin attribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[custom-element-exception.html]
type: testharness
[Test that exceptions from the constructor of a custom element inside a module are propagated as expected.\n]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dynamic-imports-error.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[dynamic-imports.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[inline-event-handler.html]
type: testharness
expected: TIMEOUT
[dynamic import should work when triggered from inline event handlers]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[propagate-nonce-external-classic.html]
type: testharness
[Untitled]
expected: FAIL

View file

@ -0,0 +1,3 @@
[propagate-nonce-external-module.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[propagate-nonce-inline-classic.html]
type: testharness
[Untitled]
expected: FAIL

View file

@ -0,0 +1,3 @@
[propagate-nonce-inline-module.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[string-compilation-base-url-classic.html]
type: testharness
[import() inside compiled strings uses the document base URL inside a classic script]
expected: FAIL

View file

@ -0,0 +1,3 @@
[string-compilation-base-url-module.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[string-compilation-classic.html]
type: testharness
[import() inside compiled strings inside a classic script]
expected: FAIL

View file

@ -0,0 +1,3 @@
[string-compilation-module.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[instantiation-error-4.html]
type: testharness
[Test that loading a graph in which a module is already errored results in that module's error.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[instantiation-error-5.html]
type: testharness
[Test that loading a graph in which a module is already errored results in that module's error.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[instantiation-error-6.html]
type: testharness
[Test that ambiguous star exports lead to an instantiation error and that the correct module is blamed.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[instantiation-error-7.html]
type: testharness
[Test that ambiguous star exports lead to an instantiation error, even when discovered through a star export, and that the correct module is blamed.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[instantiation-error-8.html]
type: testharness
expected: TIMEOUT
[Instantiate attempt on a tree w/ previously instantiate-failed tree as a sub-tree shouldn't crash.]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[integrity.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,27 @@
[load-error-events-inline.html]
type: testharness
expected: TIMEOUT
[src, 200, parser-inserted, defer, no async]
expected: NOTRUN
[src, 200, parser-inserted, no defer, async]
expected: NOTRUN
[src, 200, not parser-inserted, no defer, no async, no non-blocking]
expected: NOTRUN
[src, 200, not parser-inserted, no defer, async]
expected: NOTRUN
[src, 404, parser-inserted, defer, no async]
expected: NOTRUN
[src, 404, parser-inserted, no defer, async]
expected: NOTRUN
[src, 404, not parser-inserted, no defer, no async, no non-blocking]
expected: NOTRUN
[src, 404, not parser-inserted, no defer, async]
expected: NOTRUN

View file

@ -0,0 +1,27 @@
[load-error-events.html]
type: testharness
expected: TIMEOUT
[src, 200, parser-inserted, defer, no async]
expected: NOTRUN
[src, 200, parser-inserted, no defer, async]
expected: NOTRUN
[src, 200, not parser-inserted, no defer, no async, no non-blocking]
expected: NOTRUN
[src, 200, not parser-inserted, no defer, async]
expected: NOTRUN
[src, 404, parser-inserted, defer, no async]
expected: NOTRUN
[src, 404, parser-inserted, no defer, async]
expected: NOTRUN
[src, 404, not parser-inserted, no defer, no async, no non-blocking]
expected: NOTRUN
[src, 404, not parser-inserted, no defer, async]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[module-in-xhtml.xhtml]
type: testharness
[module script in XHTML documents should be evaluated.]
expected: FAIL