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

Unified Diff: LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable-expected.txt

Issue 14248006: A focused element should lose focus when it becomes unfocusable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add a FIXME comment Created 7 years, 7 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
« no previous file with comments | « LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable-expected.txt b/LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4e180bfbfca455b4e6b68284b483d44e62f893d3
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable-expected.txt
@@ -0,0 +1,19 @@
+Making a focused element invisible should make it blur.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+===> Setting display:none
+Event: blur
+PASS document.activeElement is document.body
+PASS The focusTarget element lost focus.
+
+===> Setting visibility:hidden
+Event: blur
+PASS document.activeElement is document.body
+PASS The focusTarget element lost focus.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/HTMLDocument/active-element-gets-unforcusable.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698