blob: 826db7000482b1d75905e2e256aae0c33f0d3708 (
plain)
1
2
3
4
5
6
7
|
[focus-already-focused-iframe-different-site.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and debug: [OK, TIMEOUT]
if (os == "linux") and not fission: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
|