scrollbar-width-003.html.ini (898B)
1 [scrollbar-width-003.html] 2 [horizontal-tb, ltr, scrollbar-width auto] 3 expected: 4 if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] 5 if (os == "mac") and not debug: [PASS, FAIL] 6 if os == "android": FAIL 7 8 [horizontal-tb, ltr, scrollbar-width thin] 9 expected: 10 if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] 11 if (os == "mac") and not debug: [PASS, FAIL] 12 if os == "android": FAIL 13 14 [horizontal-tb, rtl, scrollbar-width auto] 15 expected: 16 if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] 17 if (os == "mac") and not debug: [PASS, FAIL] 18 if os == "android": FAIL 19 20 [horizontal-tb, rtl, scrollbar-width thin] 21 expected: 22 if (os == "mac") and debug and (version == "OS X 14.7"): [PASS, FAIL] 23 if (os == "mac") and not debug: [PASS, FAIL] 24 if os == "android": FAIL