From ceebf99280d863fc0bdb027f77a03b4cc6affffa Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Fri, 24 Jan 2025 08:30:27 -0800 Subject: [PATCH] wpt: Fix references for `/css/CSS2/tables/table-anonymous-objects-*` (#35166) Some of these tests were using `no_red_3x3_monospace_table-ref.xht` as a reference. However, the reference has a single 3x3 table, while the tests put each row on a different table. Thus text wasn't aligning well, and the tests were failing on all browsers. Therefore this adds a new reference for these tests. Some other tests were instead adding a background on their columns. These also get their own reference. But additionally, these tests attempt to work as visual tests by overlapping two tables: one with green text in front of another with red text. However, this feature was broken since both tables had a background, so the underlying one was not visible at all. Therefore, I'm also removing the background of the table at the front. Note that these tests come in pairs that just switch which one is in front, so no functionality is lost. Signed-off-by: Oriol Brufau --- tests/wpt/meta/MANIFEST.json | 72 +++++++++-------- .../table-anonymous-objects-079.xht.ini | 2 - .../table-anonymous-objects-080.xht.ini | 2 - .../table-anonymous-objects-081.xht.ini | 2 - .../table-anonymous-objects-082.xht.ini | 2 - .../table-anonymous-objects-083.xht.ini | 2 - .../table-anonymous-objects-084.xht.ini | 2 - .../table-anonymous-objects-085.xht.ini | 2 - .../table-anonymous-objects-086.xht.ini | 2 - .../table-anonymous-objects-093.xht.ini | 2 - .../table-anonymous-objects-094.xht.ini | 2 - .../table-anonymous-objects-095.xht.ini | 2 - .../table-anonymous-objects-096.xht.ini | 2 - .../table-anonymous-objects-097.xht.ini | 2 - .../table-anonymous-objects-098.xht.ini | 2 - .../table-anonymous-objects-155.xht.ini | 2 - .../table-anonymous-objects-156.xht.ini | 2 - ...no_red_3x3_monospace_colored_table-ref.xht | 73 +++++++++++++++++ .../no_red_3x3_monospace_multi_table-ref.xht | 79 +++++++++++++++++++ .../tables/table-anonymous-objects-079.xht | 2 +- .../tables/table-anonymous-objects-080.xht | 2 +- .../tables/table-anonymous-objects-081.xht | 2 +- .../tables/table-anonymous-objects-082.xht | 2 +- .../tables/table-anonymous-objects-083.xht | 2 +- .../tables/table-anonymous-objects-084.xht | 2 +- .../tables/table-anonymous-objects-085.xht | 2 +- .../tables/table-anonymous-objects-086.xht | 2 +- .../tables/table-anonymous-objects-093.xht | 3 +- .../tables/table-anonymous-objects-094.xht | 8 +- .../tables/table-anonymous-objects-095.xht | 5 +- .../tables/table-anonymous-objects-096.xht | 8 +- .../tables/table-anonymous-objects-097.xht | 3 +- .../tables/table-anonymous-objects-098.xht | 8 +- .../tables/table-anonymous-objects-155.xht | 2 +- .../tables/table-anonymous-objects-156.xht | 2 +- 35 files changed, 218 insertions(+), 93 deletions(-) delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-079.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-080.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-081.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-082.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-083.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-084.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-085.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-086.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-093.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-094.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-095.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-096.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-097.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-098.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-155.xht.ini delete mode 100644 tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-156.xht.ini create mode 100644 tests/wpt/tests/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht create mode 100644 tests/wpt/tests/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht diff --git a/tests/wpt/meta/MANIFEST.json b/tests/wpt/meta/MANIFEST.json index a49a3b9fa3a..602f0ccee68 100644 --- a/tests/wpt/meta/MANIFEST.json +++ b/tests/wpt/meta/MANIFEST.json @@ -107871,12 +107871,12 @@ ] ], "table-anonymous-objects-079.xht": [ - "dc3a54fb91d46775fa67cad44b5f8ca4f3abba92", + "38c87c47a17af6e98b49d8a108d532aed646c0a9", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -107884,12 +107884,12 @@ ] ], "table-anonymous-objects-080.xht": [ - "c57177ffd69fe5a113d9efeb20977acd10ff9a56", + "3f24942fd9d0da3044641b00855ba1aaff7e59fc", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -107897,12 +107897,12 @@ ] ], "table-anonymous-objects-081.xht": [ - "6aa0b583bf35ed6241660a83b4511da08529b55b", + "b209d36b98e5a241ff59b6348dd8b19c1c07fb9a", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -107910,12 +107910,12 @@ ] ], "table-anonymous-objects-082.xht": [ - "01e63fcbd8c5b969bbecefd9a6d9a0cfe6826635", + "ea10cb90efae887700a43ff66c8f4706decad528", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -107923,12 +107923,12 @@ ] ], "table-anonymous-objects-083.xht": [ - "7f19c75c140767e56a82ecb5f56e09b98530e7e5", + "b40cdd2805abd96c80efa56d9cbf0d8511d29061", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -107936,12 +107936,12 @@ ] ], "table-anonymous-objects-084.xht": [ - "3d9e7568b52734bb8ef7374dc5d37ec56ba72de1", + "f61e0f06fb515eed0fe4a790b1179c7fdcd39ec4", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -107949,12 +107949,12 @@ ] ], "table-anonymous-objects-085.xht": [ - "d5df83a49e09a56444d4930b98e97eee4105d396", + "aaa14de2347f4aeb21e21a6833ad0a93119fae4c", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -107962,12 +107962,12 @@ ] ], "table-anonymous-objects-086.xht": [ - "f0c09c4de2e58284fe21ed917486767987e10658", + "838d1fab64380b06545b4717a1d6347a4a3015ed", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -108053,12 +108053,12 @@ ] ], "table-anonymous-objects-093.xht": [ - "687926f33207064c947736254fabe3044b990e73", + "2fa6d5b72f866f01446d400ea52abedc01e2f4f0", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht", "==" ] ], @@ -108066,12 +108066,12 @@ ] ], "table-anonymous-objects-094.xht": [ - "f773dab05621ee8d69a4188606eb4c9b30db50ce", + "db3eb5d19190f417a6bdbff8be2aafbf4f837df7", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht", "==" ] ], @@ -108079,12 +108079,12 @@ ] ], "table-anonymous-objects-095.xht": [ - "4cef54e6d6bc4bcca71033c08925d0644bb2ace3", + "0611b9e1657330e2960b347d5d33b7bb4ce3186e", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht", "==" ] ], @@ -108092,12 +108092,12 @@ ] ], "table-anonymous-objects-096.xht": [ - "564ab372a2bb9cac70254a0a66f5285dc7f1398a", + "dffa8319a134b5eb5c9a614a2bd45f44ba375089", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht", "==" ] ], @@ -108105,12 +108105,12 @@ ] ], "table-anonymous-objects-097.xht": [ - "8c754a9b91f3cc3ee6d14f547b88cace924b88d8", + "cd39d91e998259a2f83a8757e05255456d2b9896", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht", "==" ] ], @@ -108118,12 +108118,12 @@ ] ], "table-anonymous-objects-098.xht": [ - "53b7aa0a5d35b625f8a8724884e5c76422b85887", + "b282c40208b2a6a6a66c6ae608f6ad5d74853f96", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht", "==" ] ], @@ -108891,12 +108891,12 @@ ] ], "table-anonymous-objects-155.xht": [ - "4e0cc5555fb89e26baba37a198def9fb95da2d98", + "5951bf845019dbf93ef6ee20a389726f28c848f5", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -108904,12 +108904,12 @@ ] ], "table-anonymous-objects-156.xht": [ - "48f66efe21bd52408cdcf4c8eaffafa45d4fba53", + "6df30d5faf03d98b0e3ca81f4b1a3db116cd3e5b", [ null, [ [ - "/css/CSS2/tables/reference/no_red_3x3_monospace_table-ref.xht", + "/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht", "==" ] ], @@ -402035,6 +402035,14 @@ [] ], "reference": { + "no_red_3x3_monospace_colored_table-ref.xht": [ + "446b567d093327edb49e3ac0e439fd3457b18139", + [] + ], + "no_red_3x3_monospace_multi_table-ref.xht": [ + "9c3651565a8672cd86c46764949ad1febef18380", + [] + ], "no_red_3x3_monospace_table-ref.xht": [ "5425f5b17501d561212af815fc05957976492905", [] diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-079.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-079.xht.ini deleted file mode 100644 index be629750587..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-079.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-079.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-080.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-080.xht.ini deleted file mode 100644 index 85071f93fc2..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-080.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-080.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-081.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-081.xht.ini deleted file mode 100644 index f23dd59d866..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-081.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-081.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-082.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-082.xht.ini deleted file mode 100644 index 67e1503813c..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-082.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-082.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-083.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-083.xht.ini deleted file mode 100644 index b255b53c840..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-083.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-083.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-084.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-084.xht.ini deleted file mode 100644 index fe4e59909d9..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-084.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-084.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-085.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-085.xht.ini deleted file mode 100644 index ed053430a60..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-085.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-085.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-086.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-086.xht.ini deleted file mode 100644 index 46c00c68ebb..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-086.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-086.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-093.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-093.xht.ini deleted file mode 100644 index 59ca4a72824..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-093.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-093.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-094.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-094.xht.ini deleted file mode 100644 index 6838b84e1a7..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-094.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-094.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-095.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-095.xht.ini deleted file mode 100644 index 1a1dbded814..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-095.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-095.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-096.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-096.xht.ini deleted file mode 100644 index f3e247c64cb..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-096.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-096.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-097.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-097.xht.ini deleted file mode 100644 index c4f894e1f02..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-097.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-097.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-098.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-098.xht.ini deleted file mode 100644 index f09a4407f17..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-098.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-098.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-155.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-155.xht.ini deleted file mode 100644 index 4447e3be2ae..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-155.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-155.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-156.xht.ini b/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-156.xht.ini deleted file mode 100644 index b78c3751186..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/table-anonymous-objects-156.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-anonymous-objects-156.xht] - expected: FAIL diff --git a/tests/wpt/tests/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht b/tests/wpt/tests/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht new file mode 100644 index 00000000000..446b567d093 --- /dev/null +++ b/tests/wpt/tests/css/CSS2/tables/reference/no_red_3x3_monospace_colored_table-ref.xht @@ -0,0 +1,73 @@ + + + + Reference rendering - no red, 3x3 monospace table + + + + + There should be no red below, except for antialiasing issues. +
+ + + + + + + + + + + + + + + + + +
Row 1, Col 1Row 1, Col 2Row 1, Col 3
Row 22, Col 1Row 22, Col 2Row 22, Col 3
Row 333, Col 1Row 333, Col 2Row 333, Col 3
+ + + + + + + + + + + + + + + + +
Row 1, Col 1Row 1, Col 2Row 1, Col 3
Row 22, Col 1Row 22, Col 2Row 22, Col 3
Row 333, Col 1Row 333, Col 2Row 333, Col 3
+
+ + diff --git a/tests/wpt/tests/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht b/tests/wpt/tests/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht new file mode 100644 index 00000000000..9c3651565a8 --- /dev/null +++ b/tests/wpt/tests/css/CSS2/tables/reference/no_red_3x3_monospace_multi_table-ref.xht @@ -0,0 +1,79 @@ + + + + Reference rendering - no red, 3x3 monospace multi table + + + + +

There should be no red below, except for antialiasing issues.

+
+ + + + + + +
Row 1, Col 1Row 1, Col 2Row 1, Col 3
+ + + + + + +
Row 22, Col 1Row 22, Col 2Row 22, Col 3
+ + + + + + +
Row 333, Col 1Row 333, Col 2Row 333, Col 3
+
+
+ + + + + + +
Row 1, Col 1Row 1, Col 2Row 1, Col 3
+ + + + + + +
Row 22, Col 1Row 22, Col 2Row 22, Col 3
+ + + + + + +
Row 333, Col 1Row 333, Col 2Row 333, Col 3
+
+ + diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-079.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-079.xht index dc3a54fb91d..38c87c47a17 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-079.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-079.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test 3-tables-ref.html - +

There should be no red below, except for antialiasing issues.

diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-080.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-080.xht index c57177ffd69..3f24942fd9d 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-080.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-080.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test 3-tables-ref.html - +

There should be no red below, except for antialiasing issues.

diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-081.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-081.xht index 6aa0b583bf3..b209d36b98e 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-081.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-081.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test blocks-divide-tables-1.html - +

There should be no red below, except for antialiasing issues.

diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-082.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-082.xht index 01e63fcbd8c..ea10cb90efa 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-082.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-082.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test blocks-divide-tables-1.html - +

There should be no red below, except for antialiasing issues.

diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-083.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-083.xht index 7f19c75c140..b40cdd2805a 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-083.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-083.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test blocks-divide-tables-2.html - +

There should be no red below, except for antialiasing issues.

diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-084.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-084.xht index 3d9e7568b52..f61e0f06fb5 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-084.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-084.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test blocks-divide-tables-2.html - +

There should be no red below, except for antialiasing issues.

diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-085.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-085.xht index d5df83a49e0..aaa14de2347 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-085.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-085.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test infer-cells-1.html - +

There should be no red below, except for antialiasing issues.

diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-086.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-086.xht index f0c09c4de2e..838d1fab643 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-086.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-086.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test infer-cells-1.html - +

There should be no red below, except for antialiasing issues.

diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-093.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-093.xht index 687926f3320..2fa6d5b72f8 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-093.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-093.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test cols-test-1.html - + There should be no red below, except for antialiasing issues. @@ -36,7 +36,6 @@ There should be no red below, except for antialiasing issues.
- diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-094.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-094.xht index f773dab0562..db3eb5d1919 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-094.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-094.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test cols-test-1.html - + There should be no red below, except for antialiasing issues. @@ -13,11 +13,11 @@ There should be no red below, except for antialiasing issues.
- + Row 1, Col 1 Row 1, Col 2 Row 1, Col 3 - + Row 22, Col 1 @@ -30,7 +30,7 @@ There should be no red below, except for antialiasing issues. Row 333, Col 3 - +
diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-095.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-095.xht index 4cef54e6d6b..0611b9e1657 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-095.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-095.xht @@ -5,10 +5,10 @@ CSS Test: Auto-imported from Gecko test cols-test-2.html - + -

There should be no red below, except for antialiasing issues.

+There should be no red below, except for antialiasing issues.
@@ -36,7 +36,6 @@
Row 1, Col 1 Row 1, Col 2
- diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-096.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-096.xht index 564ab372a2b..dffa8319a13 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-096.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-096.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test cols-test-2.html - + There should be no red below, except for antialiasing issues. @@ -13,9 +13,9 @@ There should be no red below, except for antialiasing issues.
- - - + + + Row 1, Col 1 Row 1, Col 2 Row 1, Col 3 diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-097.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-097.xht index 8c754a9b91f..cd39d91e998 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-097.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-097.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test cols-test-3.html - + There should be no red below, except for antialiasing issues. @@ -36,7 +36,6 @@ There should be no red below, except for antialiasing issues.
Row 1, Col 1 Row 1, Col 2
- diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-098.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-098.xht index 53b7aa0a5d3..b282c40208b 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-098.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-098.xht @@ -5,7 +5,7 @@ CSS Test: Auto-imported from Gecko test cols-test-3.html - + There should be no red below, except for antialiasing issues. @@ -28,9 +28,9 @@ There should be no red below, except for antialiasing issues. Row 333, Col 3 - - - + + +
diff --git a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-155.xht b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-155.xht index 4e0cc5555fb..5951bf84501 100644 --- a/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-155.xht +++ b/tests/wpt/tests/css/CSS2/tables/table-anonymous-objects-155.xht @@ -4,7 +4,7 @@ CSS Test: Auto-imported from Gecko test white-space-1.html - +
Row 1, Col 1 Row 1, Col 2