Skip to content

Commit

Permalink
Update web-platform-tests to revision 936827a6527f1c53051d3bc5bc79304…
Browse files Browse the repository at this point in the history
…c88c0737f
  • Loading branch information
servo-wpt-sync committed Aug 16, 2019
1 parent c585f4f commit 02a68a3
Show file tree
Hide file tree
Showing 338 changed files with 14,969 additions and 3,040 deletions.
2,315 changes: 1,988 additions & 327 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions tests/wpt/metadata/css/css-align/parsing/gap-computed.html.ini
@@ -0,0 +1,34 @@
[gap-computed.html]
[Property gap value '10px 20%' computes to '10px 20%']
expected: FAIL

[Property gap value '10px' computes to '10px']
expected: FAIL

[Property gap value 'normal 10px' computes to 'normal 10px']
expected: FAIL

[Property gap value '20% calc(20% + 10px)' computes to '20% calc(20% + 10px)']
expected: FAIL

[Property gap value 'calc(20% + 10px) normal' computes to 'calc(20% + 10px) normal']
expected: FAIL

[Property gap value 'calc(20% + 10px)' computes to 'calc(20% + 10px)']
expected: FAIL

[Property gap value 'calc(-0.5em + 10px) calc(0.5em + 10px)' computes to '0px 30px']
expected: FAIL

[Property gap value 'calc(0.5em + 10px)' computes to '30px']
expected: FAIL

[Property gap value 'normal' computes to 'normal']
expected: FAIL

[Property gap value '20%' computes to '20%']
expected: FAIL

[Property gap value 'calc(-0.5em + 10px)' computes to '0px']
expected: FAIL

28 changes: 28 additions & 0 deletions tests/wpt/metadata/css/css-align/parsing/gap-valid.html.ini
@@ -0,0 +1,28 @@
[gap-valid.html]
[e.style['gap'\] = "20% calc(20% + 10px)" should set the property value]
expected: FAIL

[e.style['gap'\] = "20% 20%" should set the property value]
expected: FAIL

[e.style['gap'\] = "10px 20%" should set the property value]
expected: FAIL

[e.style['gap'\] = "0px normal" should set the property value]
expected: FAIL

[e.style['gap'\] = "calc(20% + 10px) 0px" should set the property value]
expected: FAIL

[e.style['gap'\] = "10px 10px" should set the property value]
expected: FAIL

[e.style['gap'\] = "normal normal" should set the property value]
expected: FAIL

[e.style['gap'\] = "normal 10px" should set the property value]
expected: FAIL

[e.style['gap'\] = "calc(20% + 10px) calc(20% + 10px)" should set the property value]
expected: FAIL

@@ -0,0 +1,2 @@
[custom-property-animation-on-main-thread.https.html]
expected: FAIL
@@ -0,0 +1,2 @@
[one-custom-property-animation.https.html]
expected: FAIL
@@ -0,0 +1,2 @@
[two-custom-property-animation.https.html]
expected: FAIL
Expand Up @@ -17,3 +17,24 @@
[e.style['text-decoration'\] = "double overline underline" should set the property value]
expected: FAIL

[e.style['text-decoration'\] = "underline auto" should set the property value]
expected: FAIL

[e.style['text-decoration'\] = "auto" should set the property value]
expected: FAIL

[e.style['text-decoration'\] = "10px" should set the property value]
expected: FAIL

[e.style['text-decoration'\] = "line-through 20px" should set the property value]
expected: FAIL

[e.style['text-decoration'\] = "overline 3em" should set the property value]
expected: FAIL

[e.style['text-decoration'\] = "from-font" should set the property value]
expected: FAIL

[e.style['text-decoration'\] = "overline green from-font" should set the property value]
expected: FAIL

@@ -0,0 +1,4 @@
[composited-transform.html]
[An additive transform animation on-top of a replace transform animation should composite correctly]
expected: FAIL

Expand Up @@ -20,3 +20,6 @@
[After setting a transition's effect to null, a new transition can be started]
expected: FAIL

[After setting a transition's effect to null, it should be possible to interrupt that transition]
expected: FAIL
@@ -0,0 +1,13 @@
[transition-timing-function-computed.html]
[Property transition-timing-function value 'steps(2, jump-none)' computes to 'steps(2, jump-none)']
expected: FAIL

[Property transition-timing-function value 'steps(2, jump-start)' computes to 'steps(2, jump-start)']
expected: FAIL

[Property transition-timing-function value 'steps(2, jump-end)' computes to 'steps(2)']
expected: FAIL

[Property transition-timing-function value 'steps(2, jump-both)' computes to 'steps(2, jump-both)']
expected: FAIL

@@ -0,0 +1,2 @@
[max-length-percent-001.html]
expected: FAIL
@@ -0,0 +1,2 @@
[min-length-percent-001.html]
expected: FAIL

This file was deleted.

14 changes: 1 addition & 13 deletions tests/wpt/metadata/fetch/content-type/response.window.js.ini
Expand Up @@ -312,21 +312,9 @@
[<iframe>: separate response Content-Type: */* text/html]
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 */*]
expected: FAIL

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

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

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

6 changes: 0 additions & 6 deletions tests/wpt/metadata/fetch/content-type/script.window.js.ini
Expand Up @@ -56,9 +56,3 @@
[separate text/javascript x/x]
expected: FAIL

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

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

@@ -1,6 +1,8 @@
[scroll-restoration-fragment-scrolling-cross-origin.html]
type: testharness
expected: TIMEOUT
[Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation]
expected: TIMEOUT

[Precedence of scroll restoration mode over fragment scrolling in cross-origin history traversal]
expected: FAIL

This file was deleted.

This file was deleted.

@@ -0,0 +1,4 @@
[creating_browsing_context_test_01.html]
[first argument: absolute url]
expected: FAIL

@@ -0,0 +1,19 @@
[blob.https.html]
[Cross-Origin-Embedder-Policy and blob: URL from https://web-platform.test:8443 in subframe via subframe]
expected: FAIL

[Cross-Origin-Embedder-Policy and blob: URL from https://web-platform.test:8443 in subframe via navigate]
expected: FAIL

[Cross-Origin-Embedder-Policy and blob: URL from https://www1.web-platform.test:8443 in subframe via subframe]
expected: FAIL

[Cross-Origin-Embedder-Policy and blob: URL from https://not-web-platform.test:8443 in subframe via navigate]
expected: FAIL

[Cross-Origin-Embedder-Policy and blob: URL from https://not-web-platform.test:8443 in subframe via subframe]
expected: FAIL

[Cross-Origin-Embedder-Policy and blob: URL from https://www1.web-platform.test:8443 in subframe via navigate]
expected: FAIL

@@ -0,0 +1,4 @@
[data.https.html]
[Cross-Origin-Embedder-Policy and data: URLs]
expected: FAIL

@@ -0,0 +1,4 @@
[none.https.html]
["require-corp" top-level noopener popup: navigating to "none" should succeed]
expected: FAIL

@@ -0,0 +1,25 @@
[require-corp.https.html]
["require-corp" top-level: creating a noopener "none" popup should succeed]
expected: FAIL

["require-corp" top-level: fetch() to response without CORP should fail]
expected: FAIL

["require-corp" top-level (as noopener popup): navigating to "none" should succeed]
expected: FAIL

["require-corp" top-level (as popup with opener set to null): navigating to "none" should succeed]
expected: FAIL

["require-corp" top-level: navigating a frame to "none" should fail]
expected: FAIL

["require-corp" top-level: navigating a frame from "require-corp" to "none" should fail]
expected: FAIL

["require-corp" top-level: creating a "none" popup should succeed.]
expected: FAIL

["require-corp" top-level (as popup): navigating to "none" should succeed]
expected: FAIL

@@ -0,0 +1,5 @@
[sandbox.https.html]
expected: TIMEOUT
[Cross-Origin-Embedder-Policy and sandbox]
expected: TIMEOUT

@@ -0,0 +1,5 @@
[srcdoc.https.html]
expected: TIMEOUT
[Cross-Origin-Embedder-Policy and srcdoc]
expected: TIMEOUT

@@ -0,0 +1,37 @@
[coep-navigate-popup.https.html]
[Popup navigating to same-origin with coop unsafe-inherit/coep]
expected: FAIL

[Popup navigating to same-origin with no coop/coep]
expected: FAIL

[Popup navigating to same-origin with coop unsafe-inherit/no coep]
expected: FAIL

[Popup navigating to same-site with no coop/coep]
expected: FAIL

[Popup navigating to same-origin with coop/no coep]
expected: FAIL

[Popup navigating to same-origin with coop/coep]
expected: FAIL

[Popup navigating to same-origin with no coop/no coep]
expected: FAIL

[Popup navigating to same-site with coop unsafe-inherit/coep]
expected: FAIL

[Popup navigating to same-site with coop/no coep]
expected: FAIL

[Popup navigating to same-site with no coop/no coep]
expected: FAIL

[Popup navigating to same-site with coop unsafe-inherit/no coep]
expected: FAIL

[Popup navigating to same-site with coop/coep]
expected: FAIL

@@ -0,0 +1,19 @@
[coep-redirect.https.html]
[Redirect from coop unsafe-inherit/coep to coop unsafe-inherit/coep]
expected: FAIL

[Redirect from coop/coep to coop/coep]
expected: FAIL

[Redirect from coop unsafe-inherit/coep to coop/coep]
expected: FAIL

[Redirect from no coop/no coep to coop/coep]
expected: FAIL

[Redirect from coop/no coep to coop/coep]
expected: FAIL

[Redirect from coop/coep to no coop/coep]
expected: FAIL

@@ -0,0 +1,25 @@
[coep.https.html]
[Same-site popup with coop/coep]
expected: FAIL

[Same-origin popup with coop unsafe-inherit/coep]
expected: FAIL

[Same-origin popup without coep]
expected: FAIL

[Same-site popup with coop unsafe-inherit/coep]
expected: FAIL

[Same-site popup with coop unsafe-inherit without coep]
expected: FAIL

[Same-origin popup with coop unsafe-inherit without coep]
expected: FAIL

[Same-origin popup with coop/coep]
expected: FAIL

[Same-site popup without coep]
expected: FAIL

@@ -0,0 +1,4 @@
[coop-navigated-popup.https.html]
[Open a popup to a document without COOP, then navigate it to a document with]
expected: FAIL

@@ -0,0 +1,4 @@
[coop-sandbox.https.html]
[Sandboxed Cross-Origin-Opener-Policy popup should result in a network error]
expected: FAIL

0 comments on commit 02a68a3

Please sign in to comment.