mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision b'f3dd9cba239a9655951ee62ec4dafc8fe37df2c5' (#32774)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3118542a9e
commit
968474a9fd
513 changed files with 26700 additions and 3186 deletions
12
tests/wpt/meta/html/dom/elements/global-attributes/cdata-dir_auto.html.ini
vendored
Normal file
12
tests/wpt/meta/html/dom/elements/global-attributes/cdata-dir_auto.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[cdata-dir_auto.html]
|
||||
[Content of CDATA is ignored for dir=auto in html document]
|
||||
expected: FAIL
|
||||
|
||||
[Text in CDATASection is considered when determining auto directionality]
|
||||
expected: FAIL
|
||||
|
||||
[Directionality is updated when removing CDATASection]
|
||||
expected: FAIL
|
||||
|
||||
[Directionality is updated when changing text of CDATASection]
|
||||
expected: FAIL
|
|
@ -118,3 +118,6 @@
|
|||
|
||||
[non-html textarea element text contents influence dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[text changes apply to dir=auto on further ancestor after removing dir=ltr from closer ancestor]
|
||||
expected: FAIL
|
||||
|
|
|
@ -22,3 +22,27 @@
|
|||
|
||||
[slotted non-HTML elements after dynamically assigning dir=auto, and dir attribute ignored on non-HTML elements]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto ancestor considers text in subtree after removing dir=ltr from it]
|
||||
expected: FAIL
|
||||
|
||||
[Slotted content affects multiple dir=auto slots]
|
||||
expected: FAIL
|
||||
|
||||
[Removing slotted content resets direction on dir=auto slot]
|
||||
expected: FAIL
|
||||
|
||||
[Removing child of slotted content changes direction on dir=auto slot]
|
||||
expected: FAIL
|
||||
|
||||
[Child directionality gets updated when dir=auto is set on parent]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot is updated by text in value of input element children]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot is updated if input stops being auto-directionality form-associated]
|
||||
expected: FAIL
|
||||
|
||||
[slot provides updated directionality from host to a dir=auto container]
|
||||
expected: FAIL
|
||||
|
|
|
@ -25,3 +25,12 @@
|
|||
|
||||
[slot with dir attribute is skipped by dir=auto]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot ignores dir attribute of assigned nodes]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot considers text in bdi assigned nodes]
|
||||
expected: FAIL
|
||||
|
||||
[dir=auto slot considers text in value of input element children]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue