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:
Servo WPT Sync 2024-07-14 05:16:30 -04:00 committed by GitHub
parent 3118542a9e
commit 968474a9fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
513 changed files with 26700 additions and 3186 deletions

View 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

View file

@ -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

View file

@ -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

View file

@ -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