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