blob: 360565e62f925a5e31ae521fd4358a62878f3a26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[root-margin-root-element.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[root.scrollTop = 0]
expected:
if os == "android": FAIL
[root.scrollTop = 50 with root scrolled out of view.]
expected:
if os == "android": FAIL
[First rAF]
expected:
if os == "android": FAIL
[root.scrollTop = 50, putting target into root margin]
expected:
if os == "android": FAIL
|