blob: 18c339c33009677024a9c25eddf23c0fb86bb067 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[text-selection.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Selection ending in ::marker]
expected:
if debug and (os == "mac"): [PASS, FAIL]
if debug and (os == "linux"): [PASS, FAIL]
[Selection ending in ::before-marker]
expected:
if debug and (os == "mac"): [PASS, FAIL]
if debug and (os == "linux"): [PASS, FAIL]
|