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 --- .../table-background/backgr_border-table-row.html | 132 +++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 layout/reftests/table-background/backgr_border-table-row.html (limited to 'layout/reftests/table-background/backgr_border-table-row.html') diff --git a/layout/reftests/table-background/backgr_border-table-row.html b/layout/reftests/table-background/backgr_border-table-row.html new file mode 100644 index 0000000000..a0ef3530e5 --- /dev/null +++ b/layout/reftests/table-background/backgr_border-table-row.html @@ -0,0 +1,132 @@ + + + +Background on 'table-row' + + + + + + + +

CSS2 Table Backgrounds Test Suite

+ +

Part D: Background with Borders

+ +

Background on 'table-row'

+ +

Three rows are styled.

+

The first row should have three aqua stripes just inside the bottom and right padding edges of its last cell. The bottom three stripes should continue across the row, appearing along the bottom of cells A, B, and C. (The bottom aqua stripe will be obscured by the thicker bottom border in cell B.)

+

The second row should have three vertical aqua stripes a few pixels to the right of the left padding edge. Three horizontal aqua stripes should cut across the first cell and align along the bottom border edge of cell G.

+

The third row should have three horizontal aqua stripes along the top of the last three cells, aligning along cell K's top padding edge. The stripes will not continue into cell E.

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