Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync WPT with upstream (13-06-2020) #26907

Merged
merged 1 commit into from Jun 13, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -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
@@ -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.

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

[elementsFromPoint on inner documents]
expected: FAIL

@@ -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

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

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

[separate text/javascript error]
expected: FAIL

@@ -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

@@ -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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.