1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
[force-load-at-top.html]
expected:
if os == "linux": TIMEOUT
if os == "mac": [OK, TIMEOUT]
[TIMEOUT, OK]
[force-load-at-top must block scroll on load from element fragment.]
expected:
if os == "android": [FAIL, TIMEOUT, PASS, NOTRUN]
[FAIL, PASS, TIMEOUT, NOTRUN]
[no-force-load-at-top must not block scroll on load from history scroll restoration.]
expected:
if os == "win": [TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT]
NOTRUN
[no-force-load-at-top must not block scroll on load from text fragment.]
expected:
if os == "android": [NOTRUN, FAIL, TIMEOUT]
[FAIL, TIMEOUT, NOTRUN]
[no-force-load-at-top must not block scroll on load from text fragment with element fallback.]
expected:
if os == "mac": [FAIL, TIMEOUT, NOTRUN]
if os == "linux": [TIMEOUT, FAIL, NOTRUN]
if os == "win": [FAIL, NOTRUN, TIMEOUT]
[NOTRUN, FAIL, TIMEOUT]
[no-force-load-at-top must not block scroll on load from element fragment.]
expected:
if os == "linux": [NOTRUN, TIMEOUT]
if os == "android": [NOTRUN, PASS, TIMEOUT]
[PASS, TIMEOUT, NOTRUN]
[force-load-at-top must block scroll on load from history scroll restoration.]
expected:
if os == "android": [TIMEOUT, NOTRUN, FAIL]
[FAIL, TIMEOUT, NOTRUN]
|