mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
Before this change, we assigned the style sheet's location *after* its content rules were parsed and added to it. This meant any `@import`s would try to fetch their style sheet before they knew the URL they should fetch it relative to.
17 lines
897 B
Plaintext
17 lines
897 B
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x33 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,8) content-size 784x17 children: not-inline
|
|
BlockContainer <div#target> at (8,8) content-size 200x17 children: inline
|
|
frag 0 from TextNode start: 0, length: 5, rect: [8,8 39.78125x17] baseline: 13.296875
|
|
"Hello"
|
|
TextNode <#text>
|
|
BlockContainer <(anonymous)> at (8,25) content-size 784x0 children: inline
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x33]
|
|
PaintableWithLines (BlockContainer<BODY>) [8,8 784x17]
|
|
PaintableWithLines (BlockContainer<DIV>#target) [8,8 200x17]
|
|
TextPaintable (TextNode<#text>)
|
|
PaintableWithLines (BlockContainer(anonymous)) [8,25 784x0]
|