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

Unified Diff: LayoutTests/fast/forms/focus-on-control-with-zero-size-expected.txt

Issue 23496036: Make it possible to focus on 0-size form controls and anchors. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/forms/focus-on-control-with-zero-size.html ('k') | Source/core/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/focus-on-control-with-zero-size-expected.txt
diff --git a/LayoutTests/fast/forms/focus-on-control-with-zero-size-expected.txt b/LayoutTests/fast/forms/focus-on-control-with-zero-size-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..013c7b13cedb1a40642c6d707d05f68dbb05de85
--- /dev/null
+++ b/LayoutTests/fast/forms/focus-on-control-with-zero-size-expected.txt
@@ -0,0 +1,11 @@
+Check if a control won't loose focus when it becomes 0-size.
+PASS document.activeElement is input1
+PASS input1.value is "01"
+PASS document.activeElement is input1
+
+Check if 0-size control can get focus.
+PASS document.activeElement is input1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/focus-on-control-with-zero-size.html ('k') | Source/core/html/HTMLAnchorElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698