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

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

Issue 2671603003: Move DIALOG element tests to html/dialog/. (Closed)
Patch Set: Created 3 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: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/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/HTMLDialogElement/inert-node-is-unfocusable-expected.txt
deleted file mode 100644
index 0151288d908ece429b33a730b0643b65d07999a9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Test that inert nodes are not focusable. The test passses if only 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 "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 "container"; focusedElement === theElement is false
-PASS "text"; focusedElement === theElement is false
-PASS "datetime"; focusedElement === theElement is false
-PASS "color"; focusedElement === theElement is false
-PASS "select"; focusedElement === theElement is false
-PASS "optgroup"; focusedElement === theElement is false
-PASS "option"; focusedElement === theElement is false
-PASS "contenteditable-div"; focusedElement === theElement is false
-PASS "tabindex-span"; focusedElement === theElement is false
-PASS successfullyParsed is true
-
-TEST COMPLETE
-I get focusI don't get focus.
-
-I'm editable
-I'm tabindexed.
- Link

Powered by Google App Engine
This is Rietveld 408576698