blob: e8d60765093e95578d6a1ac9782c4c8a6e4f814f (
plain)
1
2
3
4
5
6
|
[overflow-clip-margin-002.html]
bug: Relies on non-overlay scrollbars so that scrollbars have the same length. Also Android doesn't paint scrollbar track
expected:
if (os == "linux") and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if os == "android": FAIL
|