From 676e54c3979ce6b7fd5df7e3cf43da3f4891c698 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Mon, 11 Nov 2024 17:05:53 +0000 Subject: [PATCH] Tests: Un-skip css-nesting/top-level-is-scope.html test This no longer crashes. --- Tests/LibWeb/TestConfig.ini | 3 --- .../css/css-nesting/top-level-is-scope.txt | 12 ++++++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 Tests/LibWeb/Text/expected/wpt-import/css/css-nesting/top-level-is-scope.txt diff --git a/Tests/LibWeb/TestConfig.ini b/Tests/LibWeb/TestConfig.ini index 6e13e27c155..0d25a4adc8c 100644 --- a/Tests/LibWeb/TestConfig.ini +++ b/Tests/LibWeb/TestConfig.ini @@ -129,9 +129,6 @@ Text/input/wpt-import/css/css-nesting/implicit-parent-insertion-crash.html Text/input/wpt-import/css/css-nesting/pseudo-part-crash.html Text/input/wpt-import/css/css-nesting/pseudo-where-crash.html -; Currently crashes -Text/input/wpt-import/css/css-nesting/top-level-is-scope.html - ; Imported animation tests are extra slow ; https://github.com/LadybirdBrowser/ladybird/issues/2238 Text/input/wpt-import/css/css-backgrounds/animations/background-color-interpolation.html diff --git a/Tests/LibWeb/Text/expected/wpt-import/css/css-nesting/top-level-is-scope.txt b/Tests/LibWeb/Text/expected/wpt-import/css/css-nesting/top-level-is-scope.txt new file mode 100644 index 00000000000..30f223f0d6b --- /dev/null +++ b/Tests/LibWeb/Text/expected/wpt-import/css/css-nesting/top-level-is-scope.txt @@ -0,0 +1,12 @@ +Summary + +Harness status: OK + +Rerun + +Found 2 tests + +2 Pass +Details +Result Test Name MessagePass & as direct ancestor +Pass & matches scoped element only, not everything \ No newline at end of file