Skip to content

Commit

Permalink
Update web-platform-tests to revision 3a7b40eb73bf5359adf0d378b71d364…
Browse files Browse the repository at this point in the history
…88885057f
  • Loading branch information
servo-wpt-sync committed May 9, 2020
1 parent 536c60a commit f05c813
Show file tree
Hide file tree
Showing 112 changed files with 2,238 additions and 912 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.

This file was deleted.

Expand Up @@ -2,3 +2,6 @@
[Hit test intersecting scaled box]
expected: FAIL

[Hit test within unscaled box]
expected: FAIL

Expand Up @@ -2,6 +2,3 @@
[listeners are called when <iframe> is resized]
expected: FAIL

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

@@ -0,0 +1,4 @@
[elementFromPoint-001.html]
[CSSOM View - 5 - extensions to the Document interface]
expected: FAIL

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

[elementsFromPoint on inner documents]
expected: FAIL

@@ -0,0 +1,4 @@
[elementsFromPoint-invalid-cases.html]
[The root element is the last element returned for otherwise empty queries within the viewport]
expected: FAIL

This file was deleted.

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

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

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

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

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

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

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

[<iframe>: separate response Content-Type: text/html;x=" 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;charset=windows-1252 error text/javascript]
expected: FAIL

[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%2Cnosniff]
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

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

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

@@ -1,16 +1,20 @@
[supported-elements.html]
expected: TIMEOUT
[Contenteditable element should support autofocus]
expected: FAIL

[Host element with delegatesFocus including no focusable descendants should be skipped]
expected: FAIL
expected: NOTRUN

[Element with tabindex should support autofocus]
expected: FAIL
expected: TIMEOUT

[Area element should support autofocus]
expected: FAIL
expected: NOTRUN

[Host element with delegatesFocus should support autofocus]
expected: FAIL
expected: NOTRUN

[Non-HTMLElement should not support autofocus]
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

@@ -0,0 +1,16 @@
[event-handler-sourcetext.html]
[error event handler on disconnected body]
expected: FAIL

[error event handler not on body]
expected: FAIL

[error event handler on connected body, reflected to Window]
expected: FAIL

[error event handler on disconnected frameset]
expected: FAIL

[non-error event handler]
expected: FAIL

@@ -0,0 +1,9 @@
[constructor-shared.tentative.any.worker.html]
[Shared memory]
expected: FAIL


[constructor-shared.tentative.any.html]
[Shared memory]
expected: FAIL

@@ -0,0 +1,9 @@
[grow.any.worker.html]
[Growing shared memory does not detach old buffer]
expected: FAIL


[grow.any.html]
[Growing shared memory does not detach old buffer]
expected: FAIL

Expand Up @@ -7,7 +7,7 @@
expected: FAIL

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

[Opening a blob URL in a noopener about:blank window immediately before revoking it works.]
expected: TIMEOUT
Expand Down

0 comments on commit f05c813

Please sign in to comment.