diff options
Diffstat (limited to 'Tests/LibWeb/Layout/expected/grid/grid-template-areas-basics.txt')
-rw-r--r-- | Tests/LibWeb/Layout/expected/grid/grid-template-areas-basics.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Tests/LibWeb/Layout/expected/grid/grid-template-areas-basics.txt b/Tests/LibWeb/Layout/expected/grid/grid-template-areas-basics.txt new file mode 100644 index 0000000000..c3701400b9 --- /dev/null +++ b/Tests/LibWeb/Layout/expected/grid/grid-template-areas-basics.txt @@ -0,0 +1,19 @@ +Viewport <#document> at (0,0) content-size 800x600 children: not-inline + BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline + BlockContainer <body> at (8,8) content-size 784x34.9375 children: not-inline + Box <div.container> at (8,8) content-size 784x34.9375 [GFC] children: not-inline + BlockContainer <div.item.right-bottom> at (400,25.46875) content-size 392x17.46875 [BFC] children: inline + line 0 width: 99.703125, height: 17.46875, bottom: 17.46875, baseline: 13.53125 + frag 0 from TextNode start: 0, length: 12, rect: [400,25.46875 99.703125x17.46875] + "right-bottom" + TextNode <#text> + BlockContainer <div.item.left> at (8,8) content-size 392x34.9375 [BFC] children: inline + line 0 width: 26.25, height: 17.46875, bottom: 17.46875, baseline: 13.53125 + frag 0 from TextNode start: 0, length: 4, rect: [8,8 26.25x17.46875] + "left" + TextNode <#text> + BlockContainer <div.item.right-top> at (400,8) content-size 392x17.46875 [BFC] children: inline + line 0 width: 70.234375, height: 17.46875, bottom: 17.46875, baseline: 13.53125 + frag 0 from TextNode start: 0, length: 9, rect: [400,8 70.234375x17.46875] + "right-top" + TextNode <#text> |