blob: 45555108ab56630a72c81569b3f250cf424d795b (
plain)
1
2
3
4
5
6
7
8
|
[focus-restoration-in-different-site-iframes-window.html]
disabled:
if (os == "linux") or debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1642889
[Check result]
expected:
if (os == "win") and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
if os == "mac": [FAIL, PASS]
|