Index: third_party/WebKit/LayoutTests/fast/dom/inert/inert-node-is-unfocusable-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/inert/inert-node-is-unfocusable-expected.txt |
similarity index 66% |
copy from third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt |
copy to third_party/WebKit/LayoutTests/fast/dom/inert/inert-node-is-unfocusable-expected.txt |
index 0151288d908ece429b33a730b0643b65d07999a9..1257ecaa36ed3ab1a25b591b0989c10232bf9322 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/inert/inert-node-is-unfocusable-expected.txt |
@@ -1,13 +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 button outside of the inert container is focusable. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS "body"; focusedElement === theElement is false |
-PASS "top-dialog"; focusedElement === theElement is true |
-PASS "top-dialog-button"; focusedElement === theElement is true |
-PASS "bottom-dialog"; focusedElement === theElement is false |
-PASS "bottom-dialog-button"; focusedElement === theElement is false |
+PASS "focusable"; focusedElement === theElement is true |
PASS "container"; focusedElement === theElement is false |
PASS "text"; focusedElement === theElement is false |
PASS "datetime"; focusedElement === theElement is false |
@@ -20,7 +16,7 @@ PASS "tabindex-span"; focusedElement === theElement is false |
PASS successfullyParsed is true |
TEST COMPLETE |
-I get focusI don't get focus. |
+Outside of inert container |
I'm editable |
I'm tabindexed. |