This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fff09ed330
ladybird
/
Tests
/
LibWeb
/
Layout
/
input
/
hidden-root-element.html
7 lines
110 B
HTML
Raw
Normal View
History
Unescape
Escape
Meta: Add doctypes to more layout tests
2025-05-04 11:35:21 -03:00
<!DOCTYPE html>
LibWeb: Don't crash if the document element is not visible Previously, setting the `hidden` property on the `<html>` element would cause a crash.
2024-04-22 15:36:39 -03:00
<
html
hidden
>
<
body
>
<
div
>
Test passes if we don't crash
<
/
div
>
<
/
body
>
<
/
html
>
Reference in a new issue
Copy permalink