48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
[caret-navigation-around-line-break.html]
|
|
[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: [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 == "mac"): [PASS, FAIL]
|
|
if debug and (os == "linux"): [PASS, FAIL]
|
|
|
|
[<wbr> separator - move down]
|
|
expected: FAIL
|
|
|
|
[<span> separator - move up]
|
|
expected:
|
|
if (os == "linux") and debug: [PASS, FAIL]
|
|
|
|
[<br> separator - move right]
|
|
expected:
|
|
if (os == "linux") and debug: [PASS, FAIL]
|