From 624b4689acf4bedba846acf4ef78d731a54b5d54 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Wed, 4 Dec 2024 11:58:15 +0000 Subject: [PATCH] Tests: Remove invalid WPT flexbox test `css/css-flexbox/order-001.htm` is a ref test that does not include any page to match against. https://github.com/web-platform-tests/wpt/issues/49521 --- Tests/LibWeb/TestConfig.ini | 3 -- .../wpt-import/css/css-flexbox/order-001.htm | 38 ------------------- 2 files changed, 41 deletions(-) delete mode 100644 Tests/LibWeb/Text/input/wpt-import/css/css-flexbox/order-001.htm diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index e3ec70713723..9ba1cad76d14 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -61,9 +61,6 @@ Text/input/wpt-import/html/infrastructure/safe-passing-of-structured-data/resour ; Flaky, apparently due to font loading Text/input/wpt-import/css/css-flexbox/flex-item-compressible-001.html -; This test currently times out -Text/input/wpt-import/css/css-flexbox/order-001.htm - ; WPT ref-tests that currently fail Ref/input/wpt-import/css/css-nesting/host-nesting-003.html Ref/input/wpt-import/css/css-nesting/host-nesting-004.html diff --git a/Tests/LibWeb/Text/input/wpt-import/css/css-flexbox/order-001.htm b/Tests/LibWeb/Text/input/wpt-import/css/css-flexbox/order-001.htm deleted file mode 100644 index 98b937c02d10..000000000000 --- a/Tests/LibWeb/Text/input/wpt-import/css/css-flexbox/order-001.htm +++ /dev/null @@ -1,38 +0,0 @@ - - - - CSS Test: The 'order' property on flex items set to a value of '-1' - - - - - - -

Test passes if there is a single blue rectangle on the left, a single orange rectangle directly to its right, and there is no red visible on the page.

-
-
-
-
- - \ No newline at end of file