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

CSS2 Table Backgrounds Test Suite

+ +

Part A: Background Area

+ +

Background on 'table-cell'

+ +

Each cell's background should fill the rectangle + defined by its border edge. There should be no gaps or holes in + the background within a cell.

+

A purple band should align with the top + padding edge of each cell, and an orange stripe should align a + few pixels to the left of its right padding edge.

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