diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2024-05-02 01:54:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 05:54:54 +0000 |
commit | 60613e77c589d736e6ccabc425eab332c44410fb (patch) | |
tree | 3b6448d2fc9db64d974bf188d013bd3f86cd2b4d /tests/wpt/meta/dom/nodes | |
parent | 0df79b939a642027325c2e050f07eefcf569d87d (diff) | |
download | servo-60613e77c589d736e6ccabc425eab332c44410fb.tar.gz servo-60613e77c589d736e6ccabc425eab332c44410fb.zip |
Update web-platform-tests to revision b'9b5719f9756aba6e4aa3c855db9cc54648df815f' (#32214)
Diffstat (limited to 'tests/wpt/meta/dom/nodes')
-rw-r--r-- | tests/wpt/meta/dom/nodes/moveBefore/tentative/focus-preserve.html.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/wpt/meta/dom/nodes/moveBefore/tentative/focus-preserve.html.ini b/tests/wpt/meta/dom/nodes/moveBefore/tentative/focus-preserve.html.ini new file mode 100644 index 00000000000..f51e042347f --- /dev/null +++ b/tests/wpt/meta/dom/nodes/moveBefore/tentative/focus-preserve.html.ini @@ -0,0 +1,12 @@ +[focus-preserve.html] + [when reparenting an element, don't automatically reset the document focus] + expected: FAIL + + [when reparenting a focused element into an inert parent, reset the document focus] + expected: FAIL + + [when reparenting a focused element into a hidden parent, reset the document focus] + expected: FAIL + + [when reparenting an ancestor of an focused element into a hidden parent, reset the document focus] + expected: FAIL |