From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../backgr_border-table-row-group.html | 130 +++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 layout/reftests/table-background/backgr_border-table-row-group.html (limited to 'layout/reftests/table-background/backgr_border-table-row-group.html') diff --git a/layout/reftests/table-background/backgr_border-table-row-group.html b/layout/reftests/table-background/backgr_border-table-row-group.html new file mode 100644 index 0000000000..db0ccf1b99 --- /dev/null +++ b/layout/reftests/table-background/backgr_border-table-row-group.html @@ -0,0 +1,130 @@ + + + +Background on 'table-row-group' + + + + + + + +

CSS2 Table Backgrounds Test Suite

+ +

Part D: Background with Borders

+ +

Background on 'table-row-group'

+ +

There should be three aqua stripes along the top of cells A, B, C, and D in the first row and three stripes along the right edge of D, the last cell in that row. The stripes should align to be just inside the padding edge of cell D.

+

There should be three aqua stripes along the bottom of cells J, K, and L. The stripes continue across the bottom of cell E, but are partially obscured by the border. The stripes turn up at cell E's bottom left corner to run under its border a few pixels to the right of its left border edge. The stripes will align to be just above cell K's bottom padding edge.

+ +
+
next +
Background with Borders: Background on 'table-column-group' +
previous +
Background with Borders: 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