ladybird/Tests/LibWeb/Text/expected/DOM/Element-documentElement-scrollWidthHeight.txt
Jelle Raaijmakers e8e6dbcee0 LibWeb: Fix document element's .scrollHeight and .scrollWidth
We were using the viewport's size as the viewport scrolling area, but
those are completely different things.
2025-06-17 17:17:34 +01:00

2 lines
87 B
Text

document.documentElement.scrollWidth: 1242
document.documentElement.scrollHeight: 1481