Index: LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt b/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt |
index 0151288d908ece429b33a730b0643b65d07999a9..71d1f6efde472d8b17fe4eeb480ac07100949f08 100644 |
--- a/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt |
@@ -1,9 +1,9 @@ |
-Test that inert nodes are not focusable. The test passses if only the topmost dialog and its button are focusable. |
+Test that inert nodes are not focusable. The test passses if only the document body and the topmost dialog and its button are focusable. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS "body"; focusedElement === theElement is false |
+PASS "body"; focusedElement === theElement is true |
PASS "top-dialog"; focusedElement === theElement is true |
PASS "top-dialog-button"; focusedElement === theElement is true |
PASS "bottom-dialog"; focusedElement === theElement is false |