From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../backgr_position-table-column-group.html | 126 +++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 layout/reftests/table-background/backgr_position-table-column-group.html (limited to 'layout/reftests/table-background/backgr_position-table-column-group.html') diff --git a/layout/reftests/table-background/backgr_position-table-column-group.html b/layout/reftests/table-background/backgr_position-table-column-group.html new file mode 100644 index 0000000000..3751d233aa --- /dev/null +++ b/layout/reftests/table-background/backgr_position-table-column-group.html @@ -0,0 +1,126 @@ + + + +Background on 'table-column-group' + + + + + + + +

CSS2 Table Backgrounds Test Suite

+ +

Part B: Background Position

+ +

Background on 'table-column-group'

+ +

Three aqua stripes should run just inside the bottom border edge of the last cell in the first three columns and up the right border edge of the cells in the third column.

+

Three aqua stripes should also run just inside the top border edge of the first cell in the last column and down the left border edge of each cell in that column.

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