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

CSS2 Table Backgrounds Test Suite

+ +

Part A: Background Area

+ +

Background on 'table'

+ +

The table background should fill the rectangle + defined by the outer border of the table. There should be no gaps + or holes in the background and the stripes should all be + continuous.

+

A purple band should align with the left edge + of the painted area, and an aqua stripe should align a few pixels + below the top border.

+ +
+
next +
Background Area: Background on 'table-row-group' +
previous +
-- +
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