mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
Tests for scroll_area on body element in quirks mode.
see #10947 Node::scroll_area should check if the element is potentially scrollable Three tests use `document.scrollingElement` which was not supported at the time of writing. They are, hence, expected to FAIL. The last expected FAIL should be fixed by #10947. Edited some comments, message texts.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[HTMLBody-ScrollArea_quirksmode.html]
|
||||
[document.scrollingElement should be body element in quirks.]
|
||||
expected: FAIL
|
||||
[scrollingElement in quirks should be null when body is potentially scrollable.]
|
||||
expected: FAIL
|
||||
[scrollingElement in quirks should be body if any of document and body has a visible overflow.]
|
||||
expected: FAIL
|
||||
[When body potentially scrollable, document.body.scrollHeight changes when changing the height of the body content in quirks.]
|
||||
expected: FAIL
|
||||
Reference in New Issue
Block a user