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

@ -0,0 +1,18 @@
[slot-direction.window.html]
[<slot> element sets CSS direction property: <slot> inherits direction from parent]
expected: FAIL
[<slot> element sets CSS direction property: <slot> inherits CSS direction from parent]
expected: FAIL
[<slot> element sets CSS direction property: <slot dir=ltr>]
expected: FAIL
[<slot> element sets CSS direction property: <slot dir=rtl>]
expected: FAIL
[<slot> element sets CSS direction property: <slot dir=auto> resolving to LTR]
expected: FAIL
[<slot> element sets CSS direction property: <slot dir=auto> resolving to RTL]
expected: FAIL

View file

@ -0,0 +1,2 @@
[slot-no-isolate-001.html]
expected: FAIL

View file

@ -0,0 +1,6 @@
[slot-element-focusable.tentative.html]
[slot element with display: block should be focusable]
expected: FAIL
[slot element with default style should be focusable]
expected: FAIL

View file

@ -4,3 +4,6 @@
[appearance:none should work]
expected: FAIL
[appearance:none should work: display gets its initial value]
expected: FAIL