Files
ladybird/Tests/LibWeb/Text/expected/HTML/activeElement-body.txt
Timothy Flynn 938f21dadc Tests/LibWeb: Move the "html" folder to "HTML"
This test was added a couple of days ago. The new folder is messing with
case-insensitive operating systems like macOS.
2026-01-21 11:01:42 -05:00

4 lines
122 B
Plaintext

document.activeElement === document.body: true
document.activeElement is null: false
document.activeElement tagName: BODY