blob: a8d2c9e8aa8f683212945ec38050c0d7ae9e8327 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[scrollWidthHeight.xht]
[elemNestedOverflow.scrollWidth 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
[elemOverflow.scrollHeight is the width of its scrolled contents (ignoring padding, since we overflowed)]
expected: FAIL
[elemOverflow.scrollHeight is the height of its scrolled contents (including padding)]
expected: FAIL
[elemOverflow.scrollHeight is the width of its scrolled contents (including padding)]
expected: FAIL
|