blob: 6246ef18bb544a248c19f04714d5f595e0089b07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[root-margin.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[document.scrollingElement.scrollLeft = 100]
expected:
if os == "android": FAIL
[First rAF.]
expected:
if os == "android": FAIL
[document.scrollingElement.scrollTop = document.documentElement.clientHeight + 300]
expected:
if os == "android": FAIL
[document.scrollingElement.scrollTop = document.documentElement.clientHeight + 200]
expected:
if os == "android": FAIL
|