mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
Enable CSS tests for all modules we partially support.
(Except Fonts, on the assumption #8374 will land first.)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[scrollWidthHeight.htm]
|
||||
type: testharness
|
||||
[elemSimple.scrollHeight is its clientHeight]
|
||||
expected: FAIL
|
||||
|
||||
[elemSimple.scrollWidth is its clientWidth]
|
||||
expected: FAIL
|
||||
|
||||
[elemOverflow.scrollHeight is the width of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
||||
[elemNestedOverflow.scrollHeight is the height of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
||||
[elemNestedOverflow.scrollWidth is the width of its scrolled contents (ignoring padding, since we overflowed)]
|
||||
expected: FAIL
|
||||
|
||||
Reference in New Issue
Block a user