From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../backgr_simple-table-row-group.html | 134 +++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 layout/reftests/table-background/backgr_simple-table-row-group.html (limited to 'layout/reftests/table-background/backgr_simple-table-row-group.html') diff --git a/layout/reftests/table-background/backgr_simple-table-row-group.html b/layout/reftests/table-background/backgr_simple-table-row-group.html new file mode 100644 index 0000000000..22f7cdf45c --- /dev/null +++ b/layout/reftests/table-background/backgr_simple-table-row-group.html @@ -0,0 +1,134 @@ + + + +Background on 'table-row-group' + + + + + + + +

CSS2 Table Backgrounds Test Suite

+ +

Part A: Background Area

+ +

Background on 'table-row-group'

+ +

The styled row group spans the second and third + rows.

+

The table row group background should be visible + within the border edge of each cell originating in the row group. + All stripes should line up as if the cells were cutouts in a + stencil placed over the row group background.

+

A red band should align with the left border + edge of the first cells in each of the row group's rows. An orange + stripe should align a few pixels above the bottom border of the + cells in the row group's last row.

+ +
+
next +
Background Area: Background on 'table-column-group' +
previous +
Background Area: Background on 'table' +
contents +
Table of Contents +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
With 'border-collapse: separate'
TH ATH BTH CTH D
TD MTD OTD P
TD ETD FTD GTD H
TD JTD KTD L
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
With 'border-collapse: collapse'
TH ATH BTH CTH D
TD MTD OTD P
TD ETD FTD GTD H
TD JTD KTD L
+
+ Valid HTML 4.01! +
+
+ CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasai@escape.com> +
+ + + -- cgit v1.2.3