Skip to content

Commit

Permalink
Update web-platform-tests to revision 04caec1f4f239a2f1b36b6eaa5017f4…
Browse files Browse the repository at this point in the history
…21b242694
  • Loading branch information
servo-wpt-sync committed Jun 13, 2020
1 parent 73760ea commit 1d53827
Show file tree
Hide file tree
Showing 232 changed files with 25,446 additions and 23,826 deletions.
Expand Up @@ -4,7 +4,7 @@
expected: TIMEOUT

[Opening a blob URL in a new window immediately before revoking it works.]
expected: FAIL
expected: TIMEOUT

[Fetching a blob URL immediately before revoking it works in an iframe.]
expected: FAIL
Expand Down
@@ -0,0 +1,4 @@
[hit-test-floats-002.html]
[Hit test float]
expected: FAIL

@@ -0,0 +1,4 @@
[hit-test-floats-005.html]
[Miss clipped float]
expected: FAIL

@@ -0,0 +1,2 @@
[subpixel-transform-changes-004.html]
expected: TIMEOUT

This file was deleted.

Expand Up @@ -2,6 +2,3 @@
[elementsFromPoint on the root document for points in iframe elements]
expected: FAIL

[elementsFromPoint on inner documents]
expected: FAIL

Expand Up @@ -312,24 +312,24 @@
[Response: combined response Content-Type: text/html;" \\" text/plain ";charset=GBK]
expected: NOTRUN

[<iframe>: combined response Content-Type: text/html;" text/plain]
[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
expected: FAIL

[<iframe>: combined response Content-Type: text/html;charset=gbk text/plain text/html]
[<iframe>: separate response Content-Type: text/html;x=" text/plain]
expected: FAIL

[<iframe>: separate response Content-Type: text/html;" text/plain]
[<iframe>: combined response Content-Type: text/html */*]
expected: FAIL

[<iframe>: separate response Content-Type: text/html;x=" text/plain]
[<iframe>: combined response Content-Type: text/html;" \\" text/plain]
expected: FAIL

[<iframe>: separate response Content-Type: text/plain */*;charset=gbk]
[<iframe>: combined response Content-Type: */* text/html]
expected: FAIL

[<iframe>: combined response Content-Type: text/html */*]
[<iframe>: combined response Content-Type: text/html */*;charset=gbk]
expected: FAIL

[<iframe>: combined response Content-Type: text/html;" \\" text/plain]
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
expected: FAIL

Expand Up @@ -53,9 +53,6 @@
[combined text/javascript ]
expected: FAIL

[separate text/javascript x/x]
expected: FAIL

[separate text/javascript error]
expected: FAIL

Expand Up @@ -11,6 +11,3 @@
[X-Content-Type-Options%3A%20nosniff%2C%2C%40%23%24%23%25%25%26%5E%26%5E*()()11!]
expected: FAIL

[X-Content-Type-Options%3A%20no%0D%0AX-Content-Type-Options%3A%20nosniff]
expected: FAIL

@@ -1,4 +1,4 @@
[traverse_the_history_2.html]
[traverse_the_history_4.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

This file was deleted.

@@ -1,5 +1,4 @@
[embedded-opener-remove-frame.html]
expected: CRASH
[opener of discarded nested browsing context]
expected: FAIL

Expand Down
@@ -1,3 +1,4 @@
[offscreencanvas.filter.w.html]
[offscreencanvas]
expected: FAIL

@@ -1,5 +1,5 @@
[iframe_sandbox_popups_escaping-2.html]
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT

@@ -1,4 +1,5 @@
[iframe_sandbox_popups_nonescaping-2.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

@@ -0,0 +1,5 @@
[instantiate-bad-imports.any.html]
expected: ERROR

[instantiate-bad-imports.any.worker.html]
expected: ERROR
@@ -0,0 +1,75 @@
[instantiate.any.html]
[import with function that takes and returns i64: Module argument]
expected: FAIL

[import with i64-returning function: BufferSource argument]
expected: FAIL

[export i64-returning function: BufferSource argument]
expected: FAIL

[i64 mutable WebAssembly.Global import: Module argument]
expected: FAIL

[Multiple i64 arguments: BufferSource argument]
expected: FAIL

[i64 exports and imports: Module argument]
expected: FAIL

[import with function that takes and returns i64: BufferSource argument]
expected: FAIL

[Multiple i64 arguments: Module argument]
expected: FAIL

[export i64-returning function: Module argument]
expected: FAIL

[i64 exports and imports: BufferSource argument]
expected: FAIL

[import with i64-returning function: Module argument]
expected: FAIL

[i64 mutable WebAssembly.Global import: BufferSource argument]
expected: FAIL


[instantiate.any.worker.html]
[import with function that takes and returns i64: Module argument]
expected: FAIL

[import with i64-returning function: BufferSource argument]
expected: FAIL

[export i64-returning function: BufferSource argument]
expected: FAIL

[i64 mutable WebAssembly.Global import: Module argument]
expected: FAIL

[Multiple i64 arguments: BufferSource argument]
expected: FAIL

[i64 exports and imports: Module argument]
expected: FAIL

[import with function that takes and returns i64: BufferSource argument]
expected: FAIL

[Multiple i64 arguments: Module argument]
expected: FAIL

[export i64-returning function: Module argument]
expected: FAIL

[i64 exports and imports: BufferSource argument]
expected: FAIL

[import with i64-returning function: Module argument]
expected: FAIL

[i64 mutable WebAssembly.Global import: BufferSource argument]
expected: FAIL

@@ -0,0 +1,63 @@
[constructor.any.html]
[i64 with default]
expected: FAIL

[Explicit value object with toString returning string for type i64]
expected: FAIL

[Explicit value bigint "123" for type i64]
expected: FAIL

[Explicit value "3" for type i64]
expected: FAIL

[Explicit value object with toString returning bigint for type i64]
expected: FAIL

[Explicit value object with valueOf returning string for type i64]
expected: FAIL

[Explicit value true for type i64]
expected: FAIL

[Explicit value undefined for type i64]
expected: FAIL

[Explicit value false for type i64]
expected: FAIL

[Explicit value object with valueOf returning bigint for type i64]
expected: FAIL


[constructor.any.worker.html]
[i64 with default]
expected: FAIL

[Explicit value object with toString returning string for type i64]
expected: FAIL

[Explicit value bigint "123" for type i64]
expected: FAIL

[Explicit value "3" for type i64]
expected: FAIL

[Explicit value object with toString returning bigint for type i64]
expected: FAIL

[Explicit value object with valueOf returning string for type i64]
expected: FAIL

[Explicit value true for type i64]
expected: FAIL

[Explicit value undefined for type i64]
expected: FAIL

[Explicit value false for type i64]
expected: FAIL

[Explicit value object with valueOf returning bigint for type i64]
expected: FAIL

@@ -0,0 +1,105 @@
[value-get-set.any.html]
[Immutable i64 (undefined)]
expected: FAIL

[i64 mutability]
expected: FAIL

[Immutable i64 (false)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (missing)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (empty string)]
expected: FAIL

[Immutable i64 (empty string)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (zero)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (undefined)]
expected: FAIL

[Mutable i64 (true on prototype)]
expected: FAIL

[Immutable i64 (zero)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (false)]
expected: FAIL

[Immutable i64 (missing)]
expected: FAIL

[Mutable i64 (string)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (null)]
expected: FAIL

[Mutable i64 (one)]
expected: FAIL

[Mutable i64 (true)]
expected: FAIL

[Immutable i64 (null)]
expected: FAIL


[value-get-set.any.worker.html]
[Immutable i64 (undefined)]
expected: FAIL

[i64 mutability]
expected: FAIL

[Immutable i64 (false)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (missing)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (empty string)]
expected: FAIL

[Immutable i64 (empty string)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (zero)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (undefined)]
expected: FAIL

[Mutable i64 (true on prototype)]
expected: FAIL

[Immutable i64 (zero)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (false)]
expected: FAIL

[Immutable i64 (missing)]
expected: FAIL

[Mutable i64 (string)]
expected: FAIL

[Immutable i64 with ToNumber side-effects (null)]
expected: FAIL

[Mutable i64 (one)]
expected: FAIL

[Mutable i64 (true)]
expected: FAIL

[Immutable i64 (null)]
expected: FAIL

@@ -0,0 +1,5 @@
[constructor-bad-imports.any.html]
expected: ERROR

[constructor-bad-imports.any.worker.html]
expected: ERROR

0 comments on commit 1d53827

Please sign in to comment.