Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update web-platform-tests to revision df2272857e29491bdb6c8ab77a8adec…
…2f11757d2
  • Loading branch information
servo-wpt-sync committed Jun 18, 2020
1 parent 57e7516 commit 3a95d05
Show file tree
Hide file tree
Showing 209 changed files with 6,868 additions and 1,408 deletions.
Expand Up @@ -4,7 +4,7 @@
expected: TIMEOUT

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

[Fetching a blob URL immediately before revoking it works in an iframe.]
expected: FAIL
Expand Down

This file was deleted.

@@ -0,0 +1,2 @@
[backface-visibility-hidden-006.html]
expected: FAIL
Expand Up @@ -2,3 +2,6 @@
[Hit test intersecting scaled box]
expected: FAIL

[Hit test within unscaled box]
expected: FAIL

Expand Up @@ -8,12 +8,6 @@
[throws if handleEvent is thruthy and not callable]
expected: FAIL

[looks up handleEvent method on every event dispatch]
expected: FAIL

[calls handleEvent method of event listener]
expected: FAIL

[doesn't look up handleEvent method on callable event listeners]
expected: FAIL
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 @@ -330,3 +330,9 @@
[<iframe>: combined response Content-Type: text/html;x=" text/plain]
expected: FAIL

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

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

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

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

Expand Up @@ -11,9 +11,6 @@
[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%20%22nosniFF%22]
expected: FAIL

[Content-Type-Options%3A%20nosniff]
[X-Content-Type-Options%3A%20%40%23%24%23%25%25%26%5E%26%5E*()()11!%2Cnosniff]
expected: FAIL

This file was deleted.

This file was deleted.

@@ -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,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,5 +1,4 @@
[iframe_sandbox_popups_escaping-3.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT
expected: FAIL

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

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

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

@@ -0,0 +1,4 @@
[form-double-submit.html]
[default submit action should supersede onclick submit()]
expected: FAIL

This file was deleted.