blob: 07d0f21ce76145d3e3d1acabad9cad5206d88166 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[focus-visible-002.html]
expected:
if (os == "linux") and not fission and not debug: [OK, ERROR]
if (os == "android") and fission: [OK, TIMEOUT]
[Focus element INPUT#input9 via mouse should match :focus-visible as it supports keyboard input]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Focus element INPUT#input10 via mouse should match :focus-visible as it supports keyboard input]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Focus element INPUT#input12 via mouse should match :focus-visible as it supports keyboard input]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
|