ladybird/Tests/LibWeb/Layout/input/hidden-root-element.html
Tim Ledbetter 3aea14093f 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-23 11:17:54 +02:00

5 lines
94 B
HTML

<html hidden>
<body>
<div>Test passes if we don't crash</div>
</body>
</html>