mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
18 lines
574 B
INI
18 lines
574 B
INI
[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
|
|
|