/selection/shadow-dom/tentative/Selection-direction.html| status | subtest | message |
|---|---|---|
| FAIL | direction returns "none" when there is no selection | assert_equals: expected (string) "none" but got (undefined) undefined |
| FAIL | direction returns "forward" when there is a forward-direction selection in the document tree | getSelection(...).setBaseAndExtent is not a function |
| FAIL | direction returns "backward" when there is a backward-direction selection in the document tree | getSelection(...).setBaseAndExtent is not a function |
| FAIL | direction returns "forward" when there is a forward selection in the shadow tree | host is not defined |
| FAIL | direction returns "backward" when there is a backward selection in the shadow tree | host is not defined |
| FAIL | direction returns "forward" when there is a forward selection that crosses shadow boundaries | host is not defined |
| FAIL | direction returns "backward" when there is a forward selection that crosses shadow boundaries | host is not defined |
bundle built 2026-07-16T07:16:48.063Z