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