diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-overflow/scrollbar-gutter-001.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-overflow/scrollbar-gutter-001.html.ini | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-overflow/scrollbar-gutter-001.html.ini b/testing/web-platform/meta/css/css-overflow/scrollbar-gutter-001.html.ini new file mode 100644 index 0000000000..45f180cdb5 --- /dev/null +++ b/testing/web-platform/meta/css/css-overflow/scrollbar-gutter-001.html.ini @@ -0,0 +1,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 |