scrollbar-gutter-rtl-001.html.ini (1052B)
1 [scrollbar-gutter-rtl-001.html] 2 [overflow scroll, scrollbar-gutter auto] 3 expected: 4 if (os == "mac") and not debug: [PASS, FAIL] 5 if os == "android": FAIL 6 7 [overflow auto, scrollbar-gutter stable] 8 expected: 9 if (os == "mac") and not debug: [PASS, FAIL] 10 if os == "android": FAIL 11 12 [overflow scroll, scrollbar-gutter stable] 13 expected: 14 if (os == "mac") and not debug: [PASS, FAIL] 15 if os == "android": FAIL 16 17 [overflow hidden, scrollbar-gutter stable] 18 expected: 19 if (os == "mac") and not debug: [PASS, FAIL] 20 if os == "android": FAIL 21 22 [overflow auto, scrollbar-gutter stable both-edges] 23 expected: 24 if (os == "mac") and not debug: [PASS, FAIL] 25 if os == "android": FAIL 26 27 [overflow scroll, scrollbar-gutter stable both-edges] 28 expected: 29 if (os == "mac") and not debug: [PASS, FAIL] 30 if os == "android": FAIL 31 32 [overflow hidden, scrollbar-gutter stable both-edges] 33 expected: 34 if (os == "mac") and not debug: [PASS, FAIL] 35 if os == "android": FAIL