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
2025-11-09 17:51:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
027c9f53be
ladybird
/
Tests
/
LibWeb
/
Layout
/
input
/
html-display-contents.html
3 lines
57 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: Always blockify the root element This is what the spec tells us to do: The root element’s display type is always blockified, and its principal box always establishes an independent formatting context. Additionally, a display of contents computes to block on the root element. Spec link: https://drafts.csswg.org/css-display/#root Fixes #1562
2024-09-29 10:54:46 +02:00
<
html
style
=
"display:contents"
>
<
body
>
lol
Reference in a new issue
Copy permalink