blob: 7aeaaa5df5fd5cde25bca43de5f96d6a1ff9f6a6 (
plain)
1
2
3
4
5
6
7
8
9
|
[url.window.html]
expected:
if (os == "android") and debug: [OK, TIMEOUT]
[document.open() does not change document's URL (active but not fully active document)]
expected:
if (os == "win") and debug: PASS
if (os == "mac") and not debug: [FAIL, PASS]
if os == "android": PASS
[PASS, FAIL]
|