Skip to content

Commit

Permalink
Update web-platform-tests to revision ef44bff0adaa07f2e420a0cbc1bc493…
Browse files Browse the repository at this point in the history
…cd5786656
  • Loading branch information
servo-wpt-sync committed Jun 27, 2019
1 parent 61cadfa commit 67592a2
Show file tree
Hide file tree
Showing 61 changed files with 981 additions and 481 deletions.
151 changes: 82 additions & 69 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

Expand Up @@ -1079,3 +1079,12 @@
[text-indent percentage(%) / values]
expected: FAIL

[margin-top length(pt) / values]
expected: FAIL

[padding-bottom length(ex) / values]
expected: FAIL

[padding-bottom length(cm) / values]
expected: FAIL

Expand Up @@ -74,3 +74,6 @@
[opacity end]
expected: FAIL

[outline-width end]
expected: FAIL

13 changes: 5 additions & 8 deletions tests/wpt/metadata/fetch/content-type/response.window.js.ini
Expand Up @@ -312,21 +312,18 @@
[<iframe>: separate response Content-Type: */* text/html]
expected: FAIL

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

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

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

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

[<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>: separate response Content-Type: text/plain */*]
expected: FAIL

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

3 changes: 0 additions & 3 deletions tests/wpt/metadata/fetch/content-type/script.window.js.ini
Expand Up @@ -53,9 +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

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

[X-Content-Type-Options%3A%20%2Cnosniff]
expected: FAIL

98 changes: 98 additions & 0 deletions tests/wpt/metadata/fetch/origin/assorted.window.js.ini
@@ -0,0 +1,98 @@
[assorted.window.html]
expected: TIMEOUT
[Origin header and POST same-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade]
expected: NOTRUN

[Origin header and POST cross-origin fetch cors mode with Referrer-Policy no-referrer-when-downgrade]
expected: NOTRUN

[Origin header and POST same-origin fetch cors mode with Referrer-Policy no-referrer]
expected: NOTRUN

[Origin header and POST same-origin navigation with Referrer-Policy origin-when-cross-origin]
expected: NOTRUN

[Origin header and POST same-origin fetch no-cors mode with Referrer-Policy unsafe-url]
expected: NOTRUN

[Origin header and 308 redirect]
expected: FAIL

[Origin header and POST same-origin fetch no-cors mode with Referrer-Policy same-origin]
expected: NOTRUN

[Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy no-referrer]
expected: NOTRUN

[Origin header and POST same-origin navigation with Referrer-Policy no-referrer-when-downgrade]
expected: NOTRUN

[Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy unsafe-url]
expected: NOTRUN

[Origin header and POST same-origin fetch no-cors mode with Referrer-Policy no-referrer]
expected: NOTRUN

[Origin header and POST cross-origin navigation with Referrer-Policy origin-when-cross-origin]
expected: NOTRUN

[Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy origin-when-cross-origin]
expected: NOTRUN

[Origin header and POST cross-origin fetch cors mode with Referrer-Policy origin-when-cross-origin]
expected: NOTRUN

[Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy no-referrer-when-downgrade]
expected: NOTRUN

[Origin header and POST cross-origin navigation with Referrer-Policy unsafe-url]
expected: NOTRUN

[Origin header and POST navigation]
expected: TIMEOUT

[Origin header and POST cross-origin navigation with Referrer-Policy no-referrer]
expected: NOTRUN

[Origin header and POST cross-origin navigation with Referrer-Policy same-origin]
expected: NOTRUN

[Origin header and POST cross-origin fetch cors mode with Referrer-Policy same-origin]
expected: NOTRUN

[Origin header and POST same-origin fetch no-cors mode with Referrer-Policy origin-when-cross-origin]
expected: NOTRUN

[Origin header and POST cross-origin fetch cors mode with Referrer-Policy unsafe-url]
expected: NOTRUN

[Origin header and POST same-origin navigation with Referrer-Policy unsafe-url]
expected: NOTRUN

[Origin header and POST same-origin fetch no-cors mode with Referrer-Policy no-referrer-when-downgrade]
expected: NOTRUN

[Origin header and POST cross-origin fetch no-cors mode with Referrer-Policy same-origin]
expected: NOTRUN

[Origin header and POST same-origin navigation with Referrer-Policy no-referrer]
expected: NOTRUN

[Origin header and POST same-origin fetch cors mode with Referrer-Policy unsafe-url]
expected: NOTRUN

[Origin header and POST same-origin navigation with Referrer-Policy same-origin]
expected: NOTRUN

[Origin header and POST same-origin fetch cors mode with Referrer-Policy same-origin]
expected: NOTRUN

[Origin header and POST same-origin fetch cors mode with Referrer-Policy origin-when-cross-origin]
expected: NOTRUN

[Origin header and POST cross-origin fetch cors mode with Referrer-Policy no-referrer]
expected: NOTRUN

[Origin header and POST cross-origin navigation with Referrer-Policy no-referrer-when-downgrade]
expected: NOTRUN

@@ -0,0 +1,4 @@
[serviceworker.tentative.https.sub.html]
[sec-metadata for service worker scripts]
expected: FAIL

This file was deleted.

@@ -1,5 +1,24 @@
[open-features-negative-innerwidth-innerheight.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: negative values for legacy `innerwidth`, `innerheight`]
expected: FAIL

[features "innerheight=-404.5" should NOT set "height=404"]
expected: TIMEOUT

[features "innerwidth=-404.5" should NOT set "width=404"]
expected: TIMEOUT

[features "innerwidth=-404" should NOT set "width=404"]
expected: TIMEOUT

[features "innerheight=-404e1" should NOT set "height=404"]
expected: TIMEOUT

[features "innerheight=-404" should NOT set "height=404"]
expected: TIMEOUT

[features "innerwidth=-404e1" should NOT set "width=404"]
expected: TIMEOUT

@@ -1,5 +1,24 @@
[open-features-negative-screenx-screeny.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: negative values for legacy `screenx`, `screeny`]
expected: FAIL

[features "screenx=-204" should NOT set "left=204"]
expected: TIMEOUT

[features "screeny=-204" should NOT set "top=204"]
expected: TIMEOUT

[features "screeny=-204.5" should NOT set "top=204"]
expected: TIMEOUT

[features "screeny=-0" should NOT set "top=204"]
expected: TIMEOUT

[features "screenx=-0" should NOT set "left=204"]
expected: TIMEOUT

[features "screenx=-204.5" should NOT set "left=204"]
expected: TIMEOUT

@@ -1,5 +1,24 @@
[open-features-negative-top-left.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: negative values for `top`, `left`]
expected: FAIL

[features "top=-204" should NOT set "top=204"]
expected: TIMEOUT

[features "top=-204.5" should NOT set "top=204"]
expected: TIMEOUT

[features "left=-204" should NOT set "left=204"]
expected: TIMEOUT

[features "top=-0" should NOT set "top=204"]
expected: TIMEOUT

[features "left=-204.5" should NOT set "left=204"]
expected: TIMEOUT

[features "left=-0" should NOT set "left=204"]
expected: TIMEOUT

@@ -1,5 +1,24 @@
[open-features-negative-width-height.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: negative values for `width`, `height`]
expected: FAIL

[features "height=-404" should NOT set "height=404"]
expected: TIMEOUT

[features "height=-404e1" should NOT set "height=404"]
expected: TIMEOUT

[features "height=-404.5" should NOT set "height=404"]
expected: TIMEOUT

[features "width=-404" should NOT set "width=404"]
expected: TIMEOUT

[features "width=-404e1" should NOT set "width=404"]
expected: TIMEOUT

[features "width=-404.5" should NOT set "width=404"]
expected: TIMEOUT

@@ -1,32 +1,48 @@
[open-features-non-integer-height.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: non-integer values for feature `height`]
expected: FAIL

[features "height=405*3" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "height=405.32" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "height=405e1" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "height=405/5" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "height=405^4" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "height=405.5" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "height=405e-1" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "height=405 " should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "height=405LLl" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "height=/404" should NOT set "height=404"]
expected: TIMEOUT

[top=0,left=0,width=401,: absence of feature "height" should be treated same as "height=0"]
expected: TIMEOUT

[top=0,left=0: absence of feature "height" should be treated same as "height=0"]
expected: TIMEOUT

[features "height=_404" should NOT set "height=404"]
expected: TIMEOUT

[features "height=L404" should NOT set "height=404"]
expected: TIMEOUT

@@ -1,32 +1,42 @@
[open-features-non-integer-innerheight.html]
type: testharness
expected: TIMEOUT
[HTML: window.open `features`: non-integer values for legacy feature `innerheight`]
expected: FAIL

[features "innerheight=405e-1" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "innerheight=405LLl" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "innerheight=405^4" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "innerheight=405e1" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "innerheight=405 " should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "innerheight=405/5" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "innerheight=405.32" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "innerheight=405.5" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "innerheight=405*3" should set "height=405"]
expected: FAIL
expected: TIMEOUT

[features "innerheight=_404" should NOT set "height=404"]
expected: TIMEOUT

[features "innerheight=L404" should NOT set "height=404"]
expected: TIMEOUT

[features "innerheight=/404" should NOT set "height=404"]
expected: TIMEOUT

0 comments on commit 67592a2

Please sign in to comment.