From 57cdb0c97217ab0394de2c8f185f2e4a29349d5f Mon Sep 17 00:00:00 2001 From: martinfalisse Date: Sat, 1 Apr 2023 20:00:56 +0200 Subject: LibWeb: Add display grid automated tests --- Tests/LibWeb/Layout/expected/grid/auto-fill.txt | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Tests/LibWeb/Layout/expected/grid/auto-fill.txt (limited to 'Tests/LibWeb/Layout/expected/grid/auto-fill.txt') 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 at (0,0) content-size 800x33.46875 children: not-inline + BlockContainer at (8,8) content-size 784x17.46875 children: not-inline + Box at (8,8) content-size 784x17.46875 children: not-inline + BlockContainer <(anonymous)> at (8,8) content-size 0x0 children: inline + TextNode <#text> + BlockContainer 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 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 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> -- cgit v1.2.3