1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 18:25:06 +00:00
serenity/Tests/LibWeb/Text/expected/document-scrollingElement-quirks-mode.txt
Tim Ledbetter c24652bd2e LibWeb: Implement document.scrollingElement
This returns a reference to the element that scrolls the document. In
standards mode it is equivalent to `document.documentElement`.
2024-02-15 22:51:15 -05:00

2 lines
80 B
Text

document.compatMode: BackCompat
document.scrollingElement is body element: true