Skip to content

Commit a8a89f2

Browse files
authored
Update click-focus-delegatesFocus-tabindex-varies.html
1 parent a1a7eeb commit a8a89f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shadow-dom/focus/click-focus-delegatesFocus-tabindex-varies.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
setTabIndex([aboveSlot], 2);
6262
setTabIndex([slot, slotted], 1);
6363
await test_driver.click(host);
64-
assert_equals(shadowRoot.activeElement, null);
65-
assert_equals(document.activeElement, aboveSlot);
64+
assert_equals(shadowRoot.activeElement, aboveSlot);
65+
assert_equals(document.activeElement, host);
6666
}, "click on host with delegatesFocus, #aboveSlot tabindex = 2, #slot and #slotted tabindex = 1");
6767

6868
</script>

0 commit comments

Comments
 (0)