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