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

Unified Diff: LayoutTests/fast/speech/input-appearance-searchandspeech.html

Issue 100793006: Show speech button for x-webkit-speech only if the field is editable and focused/hovered. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/speech/input-appearance-speechbutton.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/speech/input-appearance-searchandspeech.html
diff --git a/LayoutTests/fast/speech/input-appearance-searchandspeech.html b/LayoutTests/fast/speech/input-appearance-searchandspeech.html
index 696d7b6c1693425afa996957059163d6e85bcd82..751c648e8093ac5b80e901b3137e11d06460400b 100644
--- a/LayoutTests/fast/speech/input-appearance-searchandspeech.html
+++ b/LayoutTests/fast/speech/input-appearance-searchandspeech.html
@@ -2,6 +2,11 @@
<html>
<head>
<style>
+/* We'd like to check appearance of these buttons in various sizes. */
+input::-webkit-input-speech-button,
+input::-webkit-search-cancel-button {
+ opacity: 1;
+}
</style>
</head>
<body>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/speech/input-appearance-speechbutton.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698