Sync WPT with upstream (29-10-2023) (#30641)

* Update web-platform-tests to revision b'9f24a7061dc47c00ffe3f0f6dda5822a9b15c2a5'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Servo WPT Sync 2023-10-31 01:06:17 -04:00 committed by GitHub
parent 61f7e43322
commit 4ea042cb14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
438 changed files with 10674 additions and 2524 deletions

View file

@ -76,3 +76,15 @@
[Property white-space-collapse inherits]
expected: FAIL
[Property text-wrap-mode has initial value wrap]
expected: FAIL
[Property text-wrap-mode inherits]
expected: FAIL
[Property text-wrap-style has initial value auto]
expected: FAIL
[Property text-wrap-style inherits]
expected: FAIL

View file

@ -0,0 +1,66 @@
[text-wrap-computed.html]
[Property text-wrap value 'wrap']
expected: FAIL
[Property text-wrap value 'nowrap']
expected: FAIL
[Property text-wrap value 'auto']
expected: FAIL
[Property text-wrap value 'balance']
expected: FAIL
[Property text-wrap value 'stable']
expected: FAIL
[Property text-wrap value 'pretty']
expected: FAIL
[Property text-wrap value 'wrap auto']
expected: FAIL
[Property text-wrap value 'wrap balance']
expected: FAIL
[Property text-wrap value 'wrap pretty']
expected: FAIL
[Property text-wrap value 'wrap stable']
expected: FAIL
[Property text-wrap value 'auto wrap']
expected: FAIL
[Property text-wrap value 'balance wrap']
expected: FAIL
[Property text-wrap value 'pretty wrap']
expected: FAIL
[Property text-wrap value 'stable wrap']
expected: FAIL
[Property text-wrap value 'nowrap auto']
expected: FAIL
[Property text-wrap value 'nowrap balance']
expected: FAIL
[Property text-wrap value 'nowrap pretty']
expected: FAIL
[Property text-wrap value 'nowrap stable']
expected: FAIL
[Property text-wrap value 'auto nowrap']
expected: FAIL
[Property text-wrap value 'balance nowrap']
expected: FAIL
[Property text-wrap value 'pretty nowrap']
expected: FAIL
[Property text-wrap value 'stable nowrap']
expected: FAIL

View file

@ -0,0 +1,6 @@
[text-wrap-mode-computed.html]
[Property text-wrap-mode value 'wrap']
expected: FAIL
[Property text-wrap-mode value 'nowrap']
expected: FAIL

View file

@ -0,0 +1,21 @@
[text-wrap-mode-valid.html]
[e.style['text-wrap-mode'\] = "wrap" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "nowrap" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "initial" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "inherit" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "unset" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "revert" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "revert-layer" should set the property value]
expected: FAIL

View file

@ -0,0 +1,12 @@
[text-wrap-style-computed.html]
[Property text-wrap-style value 'auto']
expected: FAIL
[Property text-wrap-style value 'balance']
expected: FAIL
[Property text-wrap-style value 'pretty']
expected: FAIL
[Property text-wrap-style value 'stable']
expected: FAIL

View file

@ -0,0 +1,27 @@
[text-wrap-style-valid.html]
[e.style['text-wrap-style'\] = "auto" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "balance" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "pretty" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "stable" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "initial" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "inherit" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "unset" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "revert" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "revert-layer" should set the property value]
expected: FAIL