blob: 663f7e806df4192cdbf3652e843636094783977f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[root-margin.html]
[document.scrollingElement.scrollLeft = 100]
expected:
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
FAIL
[First rAF.]
expected:
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
FAIL
[document.scrollingElement.scrollTop = document.documentElement.clientHeight + 300]
expected:
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
FAIL
[document.scrollingElement.scrollTop = document.documentElement.clientHeight + 200]
expected:
if os == "android": FAIL
|