mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
* Make traverse_preorder follow children of shadow hosts Children of shadow hosts are not displayed, but they still exist in the DOM and must be traversed. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Fix traverse_preorder over shadow roots 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>
15 lines
374 B
INI
Vendored
15 lines
374 B
INI
Vendored
[canvas-descendants-focusability-004.tentative.html]
|
|
[<button data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<section tabindex="-1" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<div tabindex="-1" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<span tabindex="-1" data-focusable="false">]
|
|
expected: FAIL
|
|
|
|
[<a href="#" data-focusable="false">]
|
|
expected: FAIL
|