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

Unified Diff: LayoutTests/fast/forms/search-cancel-button-style-sharing.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/TestExpectations ('k') | LayoutTests/fast/forms/search/search-appearance-basic.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/search-cancel-button-style-sharing.html
diff --git a/LayoutTests/fast/forms/search-cancel-button-style-sharing.html b/LayoutTests/fast/forms/search-cancel-button-style-sharing.html
index 43e20a6402f65a100e82382fc8ebec77f2d00fbf..21501e4c5f35f1a6f01b9546c026de8cd287db2b 100644
--- a/LayoutTests/fast/forms/search-cancel-button-style-sharing.html
+++ b/LayoutTests/fast/forms/search-cancel-button-style-sharing.html
@@ -3,3 +3,7 @@
</p>
<input type="search">
<input type="search" value="this one">
+<script>
+document.querySelectorAll('input')[1].focus();
+</script>
+
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/search/search-appearance-basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698