Sync WPT with upstream (28-01-2024) (#31204)

* Update web-platform-tests to revision b'bdd3b533e8c995e416630422ad64f4c70086b42f'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2024-01-28 13:33:58 -05:00 committed by GitHub
parent f04135b117
commit 20136cad7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
514 changed files with 11639 additions and 3134 deletions

View file

@ -43,3 +43,18 @@
[Property text-spacing value 'normal no-autospace']
expected: FAIL
[Property text-spacing value 'normal normal']
expected: FAIL
[Property text-spacing value 'normal trim-start']
expected: FAIL
[Property text-spacing value 'no-autospace trim-start']
expected: FAIL
[Property text-spacing value 'trim-start normal ']
expected: FAIL
[Property text-spacing value 'trim-start no-autospace']
expected: FAIL

View file

@ -43,3 +43,18 @@
[e.style['text-spacing'\] = "normal no-autospace" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "normal normal" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "normal trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "no-autospace trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "trim-start normal " should set the property value]
expected: FAIL
[e.style['text-spacing'\] = "trim-start no-autospace" should set the property value]
expected: FAIL