mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
* Include non-shadowdom children of shadow hosts in style calculation This was previously causing crashes because the layout nodes of those children would never be assigned style data by stylo. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
58 lines
1.7 KiB
INI
Vendored
58 lines
1.7 KiB
INI
Vendored
[dir-auto-dynamic-changes.window.html]
|
|
expected: OK
|
|
[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
|
|
|
|
[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
|
|
|
|
[dir=auto slot is not affected by text in value of input element children]
|
|
expected: FAIL
|
|
|
|
[input direction changes if it stops being auto-directionality form-associated]
|
|
expected: FAIL
|
|
|
|
[text input and textarea value changes should only be reflected in :dir() when dir=auto (value changes)]
|
|
expected: FAIL
|