1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
[caret-navigation-around-line-break.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[two <span> separators - move up]
expected:
if debug: [PASS, FAIL]
[no separator - move up]
expected:
if debug and (os == "linux") and not fission: [PASS, FAIL]
if debug and (os == "mac"): [PASS, FAIL]
[<span> separator - move down]
expected:
if debug: [PASS, FAIL]
[two <span> separators - move down]
expected:
if (os == "linux") and debug: [PASS, FAIL]
[<br> separator - move down]
expected:
if (os == "linux") and debug and not swgl: [PASS, FAIL]
[<wbr> separator - move right]
expected:
if debug and (os == "mac"): [FAIL, PASS]
if debug and (os == "linux"): [FAIL, PASS]
FAIL
[<wbr> separator - move left]
expected:
if debug and (os == "mac"): [PASS, FAIL]
if debug and (os == "linux"): [PASS, FAIL]
[<wbr> separator - move up]
expected:
if debug and (os == "linux"): [PASS, FAIL]
if debug and (os == "mac"): [PASS, FAIL]
[<wbr> separator - move down]
expected: FAIL
[<span> separator - move up]
expected:
if (os == "linux") and debug: [PASS, FAIL]
[<br> separator - move up]
expected: FAIL
[<br> separator - move right]
expected:
if (os == "linux") and debug: [PASS, FAIL]
|