mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
LibWeb: Actually incorporate style from imported style sheets
This commit is contained in:
parent
1b262f8c89
commit
7b55d79d3a
5 changed files with 40 additions and 2 deletions
7
Tests/LibWeb/Layout/expected/css-import-rule.txt
Normal file
7
Tests/LibWeb/Layout/expected/css-import-rule.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x70.589843 children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x54.589843 children: inline
|
||||
line 0 width: 137.646484, height: 54.589843, bottom: 54.589843, baseline: 42.285156
|
||||
frag 0 from TextNode start: 0, length: 5, rect: [8,8 137.646484x54.589843]
|
||||
"Crazy"
|
||||
TextNode <#text>
|
Loading…
Add table
Add a link
Reference in a new issue