blob: 54cd68d24b334ed016b28906fd7547d2602923a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[same-document-traversal-same-document-nav.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if os == "mac": [TIMEOUT, OK]
[same-document traversals are not canceled by fragment navigations and calculate their endpoint based on the original placement]
expected: FAIL
[same-document traversals are not canceled by pushState() and calculate their endpoint based on the original placement]
expected:
if os == "mac": [TIMEOUT, FAIL]
FAIL
|