blob: 45f180cdb50974cb9226789cd46e1945e5514f69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[scrollbar-gutter-001.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[overflow scroll, scrollbar-gutter auto]
expected:
if os == "android": FAIL
[overflow auto, scrollbar-gutter stable]
expected:
if os == "android": FAIL
[overflow scroll, scrollbar-gutter stable]
expected:
if os == "android": FAIL
[overflow hidden, scrollbar-gutter stable]
expected:
if os == "android": FAIL
[overflow auto, scrollbar-gutter stable both-edges]
expected:
if os == "android": FAIL
[overflow scroll, scrollbar-gutter stable both-edges]
expected:
if os == "android": FAIL
[overflow hidden, scrollbar-gutter stable both-edges]
expected:
if os == "android": FAIL
|