mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
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:
parent
61f7e43322
commit
4ea042cb14
438 changed files with 10674 additions and 2524 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue