blob: d076812454680b5accff7a3250239644e851aa7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[focus-visible-009.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Autofocus should match :focus-visible]
expected:
if debug and (os == "win") and (processor == "x86_64") and not swgl: [PASS, FAIL]
if debug and (os == "linux") and not fission and not swgl: [PASS, FAIL]
if not debug and (os == "linux") and not fission: [PASS, FAIL]
if not debug and (os == "android"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]
|