mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
46 lines
1.2 KiB
INI
46 lines
1.2 KiB
INI
[scrolling-quirks-vs-nonquirks.html]
|
|
[scrollingElement in quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollWidth/scrollHeight on the root element in quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollWidth/scrollHeight on the HTML body element in quirks mode]
|
|
expected: FAIL
|
|
|
|
[clientWidth/clientHeight on the HTML body element in quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollLeft/scrollRight of the content in quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollingElement in non-quirks mode]
|
|
expected: FAIL
|
|
|
|
[scroll() on the root element in non-quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollBy() on the root element in non-quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollLeft/scrollTop on the root element in non-quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollWidth/scrollHeight on the root element in non-quirks mode]
|
|
expected: FAIL
|
|
|
|
[clientWidth/clientHeight on the root element in non-quirks mode]
|
|
expected: FAIL
|
|
|
|
[scroll() on the HTML body element in non-quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollBy() on the HTML body element in non-quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollLeft/scrollTop on the HTML body element in non-quirks mode]
|
|
expected: FAIL
|
|
|
|
[scrollLeft/scrollRight of the content in non-quirks mode]
|
|
expected: FAIL
|
|
|