From 037c03446805fcb8d41b083be4859552d0bfa22d Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 27 Oct 2024 17:06:32 +0100 Subject: [PATCH] Tests: Remove an imported WPT test we can't run without WebDriver We can bring this back if we gain the necessary faculties later. --- ...s-with-nesting-parent-containing-hover.txt | 11 ---- ...-with-nesting-parent-containing-hover.html | 55 ------------------- 2 files changed, 66 deletions(-) delete mode 100644 Tests/LibWeb/Text/expected/wpt-import/css/selectors/invalidation/has-with-nesting-parent-containing-hover.txt delete mode 100644 Tests/LibWeb/Text/input/wpt-import/css/selectors/invalidation/has-with-nesting-parent-containing-hover.html diff --git a/Tests/LibWeb/Text/expected/wpt-import/css/selectors/invalidation/has-with-nesting-parent-containing-hover.txt b/Tests/LibWeb/Text/expected/wpt-import/css/selectors/invalidation/has-with-nesting-parent-containing-hover.txt deleted file mode 100644 index 2f49ced323f..00000000000 --- a/Tests/LibWeb/Text/expected/wpt-import/css/selectors/invalidation/has-with-nesting-parent-containing-hover.txt +++ /dev/null @@ -1,11 +0,0 @@ -Summary - -Harness status: OK - -Rerun - -Found 1 tests - -1 Fail -Details -Result Test Name MessageFail CSS Selector Invalidation: :has() with nesting parent containing :hover promise_test: Unhandled rejection with value: object "ReferenceError: 'test_driver' is not defined" \ No newline at end of file diff --git a/Tests/LibWeb/Text/input/wpt-import/css/selectors/invalidation/has-with-nesting-parent-containing-hover.html b/Tests/LibWeb/Text/input/wpt-import/css/selectors/invalidation/has-with-nesting-parent-containing-hover.html deleted file mode 100644 index b6b81b226a0..00000000000 --- a/Tests/LibWeb/Text/input/wpt-import/css/selectors/invalidation/has-with-nesting-parent-containing-hover.html +++ /dev/null @@ -1,55 +0,0 @@ - - -CSS Selector Invalidation: :has() with nesting parent containing :hover - - - - - - - -
#dt1
-
#dd1, Hover me, the DT above should go lime
-
#dt2
-
#dd2, Hover me, both DTs above should go lime
- \ No newline at end of file