blob: 804c503ad78ebe152d22cfbb68f353ef014374b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[selection-direction.tentative.html]
[direction returns "none" when there is no selection]
expected: FAIL
[direction returns "forward" when there is a forward-direction selection in the document tree]
expected: FAIL
[direction returns "backward" when there is a backward-direction selection in the document tree]
expected: FAIL
[direction returns "forward" when there is a forward selection in the shadow tree]
expected: FAIL
[direction returns "backward" when there is a backward selection in the shadow tree]
expected: FAIL
[direction returns "forward" when there is a forward selection that crosses shadow boundaries]
expected: FAIL
[direction returns "backward" when there is a forward selection that crosses shadow boundaries]
expected: FAIL
|