1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Tests/LibWeb/Layout/expected/css-all-unset.txt
2023-08-05 20:03:09 +02:00

20 lines
785 B
Text

Viewport <#document> at (0,0) content-size 800x600 children: inline
line 0 width: 238.125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
frag 0 from TextNode start: 1, length: 18, rect: [0,0 134.984375x17.46875]
"* { all: unset; } "
frag 1 from TextNode start: 0, length: 13, rect: [135,0 103.140625x17.46875]
"Hello friends"
InlineNode <html>
InlineNode <head>
InlineNode <style>
TextNode <#text>
InlineNode <body>
TextNode <#text>
PaintableWithLines (Viewport<#document>) [0,0 800x600]
InlinePaintable (InlineNode<HTML>)
InlinePaintable (InlineNode<HEAD>)
InlinePaintable (InlineNode<STYLE>)
TextPaintable (TextNode<#text>)
InlinePaintable (InlineNode<BODY>)
TextPaintable (TextNode<#text>)