diff options
author | Josh Matthews <josh@joshmatthews.net> | 2024-11-20 00:57:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 05:57:50 +0000 |
commit | 910e8dc89f675cf6877b44b3b743033e07e3fff4 (patch) | |
tree | b69a44ae756a424d989085776e9698ce8fb844e3 /tests/wpt/meta/css/css-pseudo | |
parent | c73e4baca206c172802be145c1fb8d110c1be863 (diff) | |
download | servo-910e8dc89f675cf6877b44b3b743033e07e3fff4.tar.gz servo-910e8dc89f675cf6877b44b3b743033e07e3fff4.zip |
Enable Shadow DOM for tests (#34299)
* Enable shadowdom implementation in all tests.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Update test expectations.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
---------
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Diffstat (limited to 'tests/wpt/meta/css/css-pseudo')
-rw-r--r-- | tests/wpt/meta/css/css-pseudo/selection-universal-shadow-dom.html.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wpt/meta/css/css-pseudo/selection-universal-shadow-dom.html.ini b/tests/wpt/meta/css/css-pseudo/selection-universal-shadow-dom.html.ini index 05dbc4d0d3c..33e1ccb830e 100644 --- a/tests/wpt/meta/css/css-pseudo/selection-universal-shadow-dom.html.ini +++ b/tests/wpt/meta/css/css-pseudo/selection-universal-shadow-dom.html.ini @@ -1,2 +1,3 @@ [selection-universal-shadow-dom.html] - expected: ERROR + [getComputedStyle() for #target ::selection] + expected: FAIL |