text-selection.html.ini (372B)
1 [text-selection.html] 2 expected: 3 if (os == "mac") and debug: [OK, CRASH] 4 [Selection ending in ::marker] 5 expected: 6 if debug and (os == "mac"): [PASS, FAIL] 7 if debug and (os == "linux"): [PASS, FAIL] 8 9 [Selection ending in ::before-marker] 10 expected: 11 if debug and (os == "mac"): [PASS, FAIL] 12 if debug and (os == "linux"): [PASS, FAIL]