diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2024-02-11 03:01:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 08:01:56 +0000 |
commit | 03ac032798731b0c149b1a497a390b252bb01658 (patch) | |
tree | fc352a6c986502fcff44d83e975577061dcc28d7 /tests/wpt/meta/html/semantics/popovers | |
parent | 19667e117ad1e47d76a93ff7b028f712a672c234 (diff) | |
download | servo-03ac032798731b0c149b1a497a390b252bb01658.tar.gz servo-03ac032798731b0c149b1a497a390b252bb01658.zip |
Sync WPT with upstream (11-02-2024) (#31309)
* Update web-platform-tests to revision b'33d11f1db34802fda00e64ddeb0b7ef040cf65be'
* Update expectations
---------
Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
Diffstat (limited to 'tests/wpt/meta/html/semantics/popovers')
-rw-r--r-- | tests/wpt/meta/html/semantics/popovers/popover-shadowhost-focus.html.ini | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/wpt/meta/html/semantics/popovers/popover-shadowhost-focus.html.ini b/tests/wpt/meta/html/semantics/popovers/popover-shadowhost-focus.html.ini index 4add6ce5673..84547016f9b 100644 --- a/tests/wpt/meta/html/semantics/popovers/popover-shadowhost-focus.html.ini +++ b/tests/wpt/meta/html/semantics/popovers/popover-shadowhost-focus.html.ini @@ -1,2 +1,12 @@ [popover-shadowhost-focus.html] - expected: ERROR + [autofocus=true, delegatesfocus=false] + expected: FAIL + + [autofocus=true, delegatesfocus=true] + expected: FAIL + + [autofocus=false, delegatesfocus=false] + expected: FAIL + + [autofocus=false, delegatesfocus=true] + expected: FAIL |