From 56d55d48d94deebd3967df33d689cdd3481ec433 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Fri, 24 Jan 2025 07:44:26 -0800 Subject: [PATCH] wpt: Fix `/css/CSS2/tables/anonymous-table-box-width-001.xht` (#35162) This test was failing on all browsers because before the paragraph "Test passes if there is a filled green square and *no red*" was getting styled with some unnecessary CSS which is not present in the reference. Removing this CSS which is irrelevant to the actual table being tested fixes the problem. Signed-off-by: Oriol Brufau --- tests/wpt/meta/MANIFEST.json | 2 +- .../anonymous-table-box-width-001.xht.ini | 2 -- .../tables/anonymous-table-box-width-001.xht | 36 +++++-------------- 3 files changed, 10 insertions(+), 30 deletions(-) delete mode 100644 tests/wpt/meta/css/CSS2/tables/anonymous-table-box-width-001.xht.ini diff --git a/tests/wpt/meta/MANIFEST.json b/tests/wpt/meta/MANIFEST.json index 44ffe0105ec..a49a3b9fa3a 100644 --- a/tests/wpt/meta/MANIFEST.json +++ b/tests/wpt/meta/MANIFEST.json @@ -105310,7 +105310,7 @@ }, "tables": { "anonymous-table-box-width-001.xht": [ - "15bd4893650b36f953d2f84e2c42c5a280dcd625", + "7865f86d72142c2b9e6b9b82c50542714288d3b0", [ null, [ diff --git a/tests/wpt/meta/css/CSS2/tables/anonymous-table-box-width-001.xht.ini b/tests/wpt/meta/css/CSS2/tables/anonymous-table-box-width-001.xht.ini deleted file mode 100644 index 28346b3de29..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/anonymous-table-box-width-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[anonymous-table-box-width-001.xht] - expected: FAIL diff --git a/tests/wpt/tests/css/CSS2/tables/anonymous-table-box-width-001.xht b/tests/wpt/tests/css/CSS2/tables/anonymous-table-box-width-001.xht index 15bd4893650..7865f86d721 100644 --- a/tests/wpt/tests/css/CSS2/tables/anonymous-table-box-width-001.xht +++ b/tests/wpt/tests/css/CSS2/tables/anonymous-table-box-width-001.xht @@ -15,35 +15,17 @@