mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Sync WPT with upstream (20-04-2025) (#36618)
Automated downstream sync of changes from upstream as of 20-04-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
d05496277e
commit
c915bf05fc
502 changed files with 10162 additions and 1657 deletions
2
tests/wpt/meta/css/css-values/urls/cross-origin/url-image-crossorigin-anonymous.sub.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/urls/cross-origin/url-image-crossorigin-anonymous.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[url-image-crossorigin-anonymous.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-crossorigin-use-credentials.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-cross-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-same-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-cross-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-same-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-cross-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-same-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-cross-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-same-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-cross-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-same-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-cross-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-same-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-cross-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-same-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-cross-origin.sub.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[url-image-referrerpolicy-same-origin.sub.html]
|
||||
expected: FAIL
|
66
tests/wpt/meta/css/css-values/urls/url-request-modifiers-computed.sub.html.ini
vendored
Normal file
66
tests/wpt/meta/css/css-values/urls/url-request-modifiers-computed.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,66 @@
|
|||
[url-request-modifiers-computed.sub.html]
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" crossorigin(anonymous))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" crossorigin(use-credentials))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" integrity("sha384-foobar"))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" integrity(""))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(no-referrer))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(no-referrer-when-downgrade))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(same-origin))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(origin))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(strict-origin))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(origin-when-cross-origin))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(strict-origin-when-cross-origin))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(unsafe-url))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" crossorigin(anonymous) integrity("sha384-foobar"))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" integrity("sha384-foobar") crossorigin(anonymous))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" integrity("sha384-foobar") referrerpolicy(no-referrer))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(no-referrer) integrity("sha384-foobar"))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" crossorigin(anonymous) referrerpolicy(no-referrer))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(no-referrer) crossorigin(anonymous))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" crossorigin(anonymous) integrity("sha384-foobar") referrerpolicy(no-referrer))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" integrity("sha384-foobar") referrerpolicy(no-referrer) crossorigin(anonymous))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(no-referrer) crossorigin(anonymous) integrity("sha384-foobar"))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test:8000/css/support/1x1-green.png" referrerpolicy(no-referrer) integrity("sha384-foobar") crossorigin(anonymous))']
|
||||
expected: FAIL
|
66
tests/wpt/meta/css/css-values/urls/url-request-modifiers-serialize.sub.html.ini
vendored
Normal file
66
tests/wpt/meta/css/css-values/urls/url-request-modifiers-serialize.sub.html.ini
vendored
Normal file
|
@ -0,0 +1,66 @@
|
|||
[url-request-modifiers-serialize.sub.html]
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" crossorigin(anonymous))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" crossorigin(use-credentials))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" integrity(\\"sha384-foobar\\"))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" integrity(\\"\\"))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(no-referrer))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(no-referrer-when-downgrade))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(same-origin))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(origin))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(strict-origin))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(origin-when-cross-origin))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(strict-origin-when-cross-origin))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(unsafe-url))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" crossorigin(anonymous) integrity(\\"sha384-foobar\\"))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" integrity(\\"sha384-foobar\\") crossorigin(anonymous))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" integrity(\\"sha384-foobar\\") referrerpolicy(no-referrer))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(no-referrer) integrity(\\"sha384-foobar\\"))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" crossorigin(anonymous) referrerpolicy(no-referrer))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(no-referrer) crossorigin(anonymous))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" crossorigin(anonymous) integrity(\\"sha384-foobar\\") referrerpolicy(no-referrer))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" integrity(\\"sha384-foobar\\") referrerpolicy(no-referrer) crossorigin(anonymous))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(no-referrer) crossorigin(anonymous) integrity(\\"sha384-foobar\\"))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['background-image'\] = "url(\\"http://web-platform.test:8000/css/support/1x1-green.png\\" referrerpolicy(no-referrer) integrity(\\"sha384-foobar\\") crossorigin(anonymous))" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue