blob: f2979e0c0ad31b852098d60f8e5028f1f3db09f8 (
plain)
1
2
3
4
5
6
7
8
9
|
[focus-visible-009.html]
[Autofocus should match :focus-visible]
expected:
if debug and not swgl and (os == "win") and (processor == "x86_64"): [PASS, FAIL]
if debug and not swgl and (os == "linux") and not fission: [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 == "win"): [PASS, FAIL]
if not debug and (os == "mac"): [PASS, FAIL]
|