This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2026-04-19 18:30:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
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 16:35:21 +02: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 19:36:39 +01:00
<
html
hidden
>
<
body
>
<
div
>
Test passes if we don't crash
<
/
div
>
<
/
body
>
<
/
html
>
Reference in a new issue
Copy permalink