blob: 43d093621a1df3599d0d08c3d8ba5dd9c5d91443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[inline-client-rect.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[First rAF]
expected:
if os == "android": FAIL
if os == "mac": FAIL
if os == "win": FAIL
[scroller.scrollLeft = 90]
expected:
if os == "android": FAIL
if os == "mac": FAIL
if os == "win": FAIL
|