mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
LibWeb: Return overflow rect height from Element::scroll_height()
Spec says that this function has to return "height of the element scrolling area" which is height of "scrolling overflow rect" in our model.
This commit is contained in:
parent
9f581d0bc9
commit
591c8d2b68
3 changed files with 27 additions and 1 deletions
1
Tests/LibWeb/Text/expected/DOM/element-scroll-height.txt
Normal file
1
Tests/LibWeb/Text/expected/DOM/element-scroll-height.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Item 1Item 2Item 3Item 4Item 5Item 6Item 7Item 8Item 9Item 10Item 11Item 12 1200
|
Loading…
Add table
Add a link
Reference in a new issue