From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../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 000000000..22f7cdf45 --- /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