blob: 2c2c3e802892841b2a6c54e03a718892c82c686f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[history.sub.html]
expected:
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[History navigation: "about:blank" document is navigated back from history same-origin.]
expected:
if (os == "android") and not debug: [FAIL, TIMEOUT]
if (os == "mac") and not debug: [FAIL, TIMEOUT]
if (os == "mac") and debug: [FAIL, TIMEOUT]
FAIL
[History navigation: "about:blank" document is navigated back from history cross-origin.]
expected:
if (os == "mac") and not debug: [FAIL, TIMEOUT]
if (os == "mac") and debug: [FAIL, TIMEOUT]
FAIL
|