Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt

Issue 138183003: Revert of Make ancestors of modal <dialog> inert (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698