mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49: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.6 KiB
INI
Vendored
58 lines
1.6 KiB
INI
Vendored
[dir-slots-directionality.html]
|
|
expected: OK
|
|
[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
|
|
|
|
[slot provides its directionality (from host) to a dir=auto container]
|
|
expected: FAIL
|
|
|
|
[children with dir attribute are skipped by dir=auto]
|
|
expected: FAIL
|
|
|
|
[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
|
|
|
|
[dir=auto slot ignores assigned nodes with dir attribute]
|
|
expected: FAIL
|
|
|
|
[dir=auto slot ignores text in bdi assigned nodes]
|
|
expected: FAIL
|
|
|
|
[dir=auto slot ignores text in value of input element children]
|
|
expected: FAIL
|
|
|
|
[dir=auto slot is not affected by value of auto-directionality form associated elements]
|
|
expected: FAIL
|
|
|
|
[inner slot is given directionality from slotted content]
|
|
expected: FAIL
|
|
|
|
[dir=auto slot is not affected by content inside inner slot (version 1)]
|
|
expected: FAIL
|
|
|
|
[dir=auto slot is not affected by content inside inner slot (version 2)]
|
|
expected: FAIL
|