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

Unified Diff: LayoutTests/touchadjustment/search-cancel.html

Issue 100823012: Show delete button in input[type=search] only if the field is editable and focused/hovered. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update touchadjustment/search-cancel.html Created 7 years 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/search/search-appearance-basic.html ('k') | Source/core/css/html.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/touchadjustment/search-cancel.html
diff --git a/LayoutTests/touchadjustment/search-cancel.html b/LayoutTests/touchadjustment/search-cancel.html
index 67a8fdaaa3b17e7dd253ccefe0b9de598682f2cc..290e7715e32a02a839878dde0e829a3ff3cd5be2 100644
--- a/LayoutTests/touchadjustment/search-cancel.html
+++ b/LayoutTests/touchadjustment/search-cancel.html
@@ -49,6 +49,7 @@
document.addEventListener('click', function() {}, false);
element = document.getElementById('target');
+ element.focus();
inputBounds = findAbsoluteBounds(element);
« no previous file with comments | « LayoutTests/fast/forms/search/search-appearance-basic.html ('k') | Source/core/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698