From 60613e77c589d736e6ccabc425eab332c44410fb Mon Sep 17 00:00:00 2001 From: Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> Date: Thu, 2 May 2024 01:54:54 -0400 Subject: Update web-platform-tests to revision b'9b5719f9756aba6e4aa3c855db9cc54648df815f' (#32214) --- .../dom/nodes/moveBefore/tentative/focus-preserve.html.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/wpt/meta/dom/nodes/moveBefore/tentative/focus-preserve.html.ini (limited to 'tests/wpt/meta/dom/nodes') 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 -- cgit v1.2.3