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

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

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix up some tests Created 4 years, 6 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: 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.

Powered by Google App Engine
This is Rietveld 408576698