From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../css/css-tables/html5-table-formatting-3.html | 107 +++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 testing/web-platform/tests/css/css-tables/html5-table-formatting-3.html (limited to 'testing/web-platform/tests/css/css-tables/html5-table-formatting-3.html') diff --git a/testing/web-platform/tests/css/css-tables/html5-table-formatting-3.html b/testing/web-platform/tests/css/css-tables/html5-table-formatting-3.html new file mode 100644 index 0000000000..f32e2dd39c --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/html5-table-formatting-3.html @@ -0,0 +1,107 @@ + + + + + + +
+ +

HTML5 Table Formatting algorithm (row/column grid computation)

+

Verifies how browsers deal with implicit tracks from which no cell does originate

+ +
+

This should be a 100px by 100px blue square:

+

The table grid is 1x1, so the table is not empty and follows step 3A of the table layout algorithm (which adds anonymous cell boxes)

+

The consecutive tracks were merged together because they are not all defined explicitely by a table-column or a table-row, and share the same set of cells

+

Two 25px border-spacing causes the addition of 50px (track is 50x50)

+ + + + +
+

This should be a 100px by 100px blue square:

+

The table grid is 1x1, so the table is not empty and follows step 3A of the table layout algorithm (which adds anonymous cell boxes)

+

The consecutive tracks were merged together because they are not all defined explicitely by a table-column or a table-row, and share the same set of cells

+

Two 25px border-spacing causes the addition of 50px (track is 50x50)

+ + + + +
+

This should be a 75px by 75px blue square:

+

The table grid is 2x2, so the table is not empty and follows step 3A of the table layout algorithm (which adds anonymous cell boxes)

+

The consecutive tracks were not merged together because they are all defined explicitely by a table-column or a table-row

+

Three 25px border-spacing causes the addition of 75px (tracks are 0x0)

+ + + + + + + +
+

This should be a 100px by 100px blue square:

+

The table grid is 2x2, so the table is not empty and follows step 3A of the table layout algorithm (which adds anonymous cell boxes)

+

The consecutive tracks were not merged together because they are all defined explicitely by a table-column or a table-row

+

Three 25px border-spacing causes the addition of 75px (tracks are 12.5x12.5)

+ + + + + + + +
+ + -- cgit v1.2.3