mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Sync WPT with upstream (04-10-2023) (#30493)
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
|
@ -0,0 +1,21 @@
|
|||
[dir-assorted.window.html]
|
||||
[Root element has a direction]
|
||||
expected: FAIL
|
||||
|
||||
[Element outside the document tree has a direction]
|
||||
expected: FAIL
|
||||
|
||||
[Non-HTML element outside the document tree has a direction]
|
||||
expected: FAIL
|
||||
|
||||
[Element without direction has parent element direction]
|
||||
expected: FAIL
|
||||
|
||||
[Non-HTML element without direction has parent element direction]
|
||||
expected: FAIL
|
||||
|
||||
[dir inheritance is correct after insertion and removal from document]
|
||||
expected: FAIL
|
||||
|
||||
[Non-HTML element text contents influence dir=auto]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[dir-auto-dynamic-changes.window.html]
|
||||
[dynamic insertion of RTL text in a child element]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto changes for content insertion and removal, in and out of document]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto changes for slot reassignment]
|
||||
expected: FAIL
|
||||
|
||||
[text changes affecting both slot and ancestor with dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[dynamic changes to subtrees excluded as a result of the dir attribute]
|
||||
expected: FAIL
|
||||
|
||||
[dynamic changes inside of non-HTML elements]
|
||||
expected: FAIL
|
||||
|
||||
[slotted non-HTML elements]
|
||||
expected: FAIL
|
||||
|
||||
[slotted non-HTML elements after dynamically assigning dir=auto, and dir attribute ignored on non-HTML elements]
|
||||
expected: FAIL
|
|
@ -1,2 +1,18 @@
|
|||
[dir-slots-directionality.tentative.html]
|
||||
expected: ERROR
|
||||
[Slots: Directionality: dir=rtl on slot]
|
||||
expected: FAIL
|
||||
|
||||
[Slots: Directionality: dir=rtl on host]
|
||||
expected: FAIL
|
||||
|
||||
[Slots: Directionality: dir=auto on host with Arabic shadow tree content]
|
||||
expected: FAIL
|
||||
|
||||
[Slots: Directionality: dir=auto in shadow tree with Arabic light tree content]
|
||||
expected: FAIL
|
||||
|
||||
[Slots: Directionality: dir=auto in shadow tree with Arabic shadow tree content]
|
||||
expected: FAIL
|
||||
|
||||
[Slots: Directionality: dir=auto on slot with Arabic light tree content]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue