diff options
author | martinfalisse <martinmotteditfalisse@gmail.com> | 2023-04-01 20:00:56 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-04-01 21:45:29 +0200 |
commit | 57cdb0c97217ab0394de2c8f185f2e4a29349d5f (patch) | |
tree | 600d8cfecb41625762fd26a46cd182f6548f1760 /Tests/LibWeb/Layout/expected/grid/auto-fill.txt | |
parent | 7028f75779fb57c7b38d8a3ecda2bd4780207572 (diff) | |
download | serenity-57cdb0c97217ab0394de2c8f185f2e4a29349d5f.zip |
LibWeb: Add display grid automated tests
Diffstat (limited to 'Tests/LibWeb/Layout/expected/grid/auto-fill.txt')
-rw-r--r-- | Tests/LibWeb/Layout/expected/grid/auto-fill.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Tests/LibWeb/Layout/expected/grid/auto-fill.txt b/Tests/LibWeb/Layout/expected/grid/auto-fill.txt new file mode 100644 index 0000000000..09f5a41d7d --- /dev/null +++ b/Tests/LibWeb/Layout/expected/grid/auto-fill.txt @@ -0,0 +1,27 @@ +Viewport <#document> at (0,0) content-size 800x600 children: not-inline + BlockContainer <html> at (0,0) content-size 800x33.46875 children: not-inline + BlockContainer <body> at (8,8) content-size 784x17.46875 children: not-inline + Box <div.grid-container> at (8,8) content-size 784x17.46875 children: not-inline + BlockContainer <(anonymous)> at (8,8) content-size 0x0 children: inline + TextNode <#text> + BlockContainer <div.grid-item> at (8,8) content-size 261.333343x17.46875 children: inline + line 0 width: 6.34375, height: 17.46875, bottom: 17.46875, baseline: 13.53125 + frag 0 from TextNode start: 0, length: 1, rect: [8,8 6.34375x17.46875] + "1" + TextNode <#text> + BlockContainer <(anonymous)> at (8,8) content-size 0x0 children: inline + TextNode <#text> + BlockContainer <div.grid-item> at (269.333343,8) content-size 261.333343x17.46875 children: inline + line 0 width: 8.8125, height: 17.46875, bottom: 17.46875, baseline: 13.53125 + frag 0 from TextNode start: 0, length: 1, rect: [269.333343,8 8.8125x17.46875] + "2" + TextNode <#text> + BlockContainer <(anonymous)> at (8,8) content-size 0x0 children: inline + TextNode <#text> + BlockContainer <div.grid-item> at (530.666687,8) content-size 261.333312x17.46875 children: inline + line 0 width: 9.09375, height: 17.46875, bottom: 17.46875, baseline: 13.53125 + frag 0 from TextNode start: 0, length: 1, rect: [530.666687,8 9.09375x17.46875] + "3" + TextNode <#text> + BlockContainer <(anonymous)> at (8,8) content-size 0x0 children: inline + TextNode <#text> |