Skip to content

Commit

Permalink
Update web-platform-tests to revision 85ffed21f7a96f6d67a5a0110459d67…
Browse files Browse the repository at this point in the history
…f50cff624
  • Loading branch information
servo-wpt-sync committed May 13, 2020
1 parent bdfa6b0 commit ab5c81c
Show file tree
Hide file tree
Showing 240 changed files with 2,991 additions and 918 deletions.

This file was deleted.

@@ -0,0 +1,4 @@
[hit-test-floats-004.html]
[Miss float below something else]
expected: FAIL

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

This file was deleted.

@@ -0,0 +1,2 @@
[image-resolution-001.html]
expected: FAIL
@@ -0,0 +1,2 @@
[image-resolution-002.html]
expected: FAIL
@@ -0,0 +1,2 @@
[image-resolution-003.html]
expected: FAIL
@@ -0,0 +1,2 @@
[image-resolution-004.html]
expected: FAIL
@@ -0,0 +1,2 @@
[image-resolution-005.html]
expected: FAIL
@@ -0,0 +1,2 @@
[image-resolution-006.html]
expected: FAIL
@@ -0,0 +1,2 @@
[image-resolution-007.html]
expected: FAIL
@@ -0,0 +1,2 @@
[image-resolution-008.html]
expected: FAIL
@@ -0,0 +1,2 @@
[image-resolution-009.html]
expected: FAIL
@@ -0,0 +1,2 @@
[image-resolution-010.html]
expected: FAIL
Expand Up @@ -2,18 +2,3 @@
[listeners are called when <iframe> is resized]
expected: FAIL

[listeners are called correct number of times]
expected: FAIL

[removing listener from one MQL doesn't remove it from all MQLs]
expected: FAIL
[listeners are called in order they were added]
expected: FAIL
[listeners are called in order their MQLs were created]
expected: FAIL
[listener that was added twice is called only once]
expected: FAIL
@@ -0,0 +1,4 @@
[elementFromPoint-001.html]
[CSSOM View - 5 - extensions to the Document interface]
expected: FAIL

Expand Up @@ -17,6 +17,3 @@
[test the top of layer]
expected: FAIL

[test some point of the element: top left corner]
expected: FAIL

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

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

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

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

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

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

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

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

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

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

[separate text/javascript;charset=windows-1252 error text/javascript]
expected: FAIL

[separate text/javascript error]
[separate text/javascript;charset=windows-1252 text/javascript]
expected: FAIL

Expand Up @@ -8,6 +8,9 @@
[X-Content-Type-Options%3A%20nosniff%0C]
expected: FAIL

[X-Content-Type-Options%3A%0D%0AX-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

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

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

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

@@ -1,2 +1,5 @@
[iframe_sandbox_popups_escaping-1.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,5 @@
[iframe_sandbox_popups_escaping-3.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,5 @@
[iframe_sandbox_popups_nonescaping-2.html]
expected: CRASH
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN

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

Expand Up @@ -3,6 +3,3 @@
[The incumbent settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: TIMEOUT
[The entry settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: FAIL

@@ -1,9 +1,10 @@
[promise-job-entry.html]
expected: TIMEOUT
[Fulfillment handler on fulfilled promise]
expected: FAIL

[Rejection handler on pending-then-rejected promise]
expected: FAIL
expected: TIMEOUT

[Sanity check: this all works as expected with no promises involved]
expected: FAIL
Expand All @@ -15,5 +16,5 @@
expected: FAIL

[Fulfillment handler on pending-then-fulfilled promise]
expected: FAIL
expected: TIMEOUT

@@ -0,0 +1,7 @@
[k-rate-audioworklet-connections.https.html]
[Executing "Create Test Worklet"]
expected: FAIL

[Executing "AudioWorklet k-rate AudioParam"]
expected: FAIL

This file was deleted.

0 comments on commit ab5c81c

Please sign in to comment.