Skip to content

Commit

Permalink
Update web-platform-tests to revision 1d8a9889466f2ec219a879323c63cae…
Browse files Browse the repository at this point in the history
…86ef50bc1
  • Loading branch information
servo-wpt-sync committed May 23, 2020
1 parent 49d0055 commit 8bfe999
Show file tree
Hide file tree
Showing 63 changed files with 992 additions and 86 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -2,3 +2,6 @@
[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

@@ -0,0 +1,28 @@
[is-where-parsing.html]
[Nested :is]
expected: FAIL

[Pseudo-elements after]
expected: FAIL

[Nested :where]
expected: FAIL

[Pseudo-classes after]
expected: FAIL

[Multiple selectors with combinators]
expected: FAIL

[Combinators after]
expected: FAIL

[Nested inside :host, without combinators]
expected: FAIL

[Pseudo-classes inside]
expected: FAIL

[After part with simple pseudo-class]
expected: FAIL

Expand Up @@ -318,15 +318,24 @@
[<iframe>: separate response Content-Type: text/html;" \\" text/plain]
expected: FAIL

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

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

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

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

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

Expand Up @@ -62,3 +62,6 @@
[separate text/javascript;charset=windows-1252 text/javascript]
expected: FAIL

[separate text/javascript error]
expected: FAIL

Expand Up @@ -11,3 +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

This file was deleted.

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

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

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

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

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

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

[Non-HTMLElement should not support autofocus]
expected: NOTRUN
expected: FAIL

@@ -1,5 +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: TIMEOUT
expected: CRASH
[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: FAIL
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

@@ -1,8 +1,13 @@
[htmlanchorelement_noopener.html]
expected: TIMEOUT
[Check that targeting of rel=noopener with a given name reuses an existing window with that name]
expected: FAIL

[Check that rel=noopener with target=_parent does a normal load]
expected: NOTRUN
expected: FAIL

[Check that rel=noopener with target=_top does a normal load]
expected: FAIL

[Check that rel=noopener with target=_self does a normal load]
expected: FAIL

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

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

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

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

@@ -1,4 +1,5 @@
[realtimeanalyser-fft-scaling.html]
expected: TIMEOUT
[X 2048-point FFT peak position is not equal to 64. Got 0.]
expected: FAIL

Expand Down
@@ -0,0 +1,5 @@
[017.html]
expected: TIMEOUT
[origin of the script that invoked the method, about:blank]
expected: TIMEOUT

@@ -0,0 +1,5 @@
[017.html]
expected: TIMEOUT
[origin of the script that invoked the method, about:blank]
expected: TIMEOUT

0 comments on commit 8bfe999

Please sign in to comment.