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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/speech/guest.html

Issue 116523005: Always show x-webkit-speech icon for ease of testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/web_view/speech/guest.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/speech/guest.html b/chrome/test/data/extensions/platform_apps/web_view/speech/guest.html
index 4714d7ed5778b6f0feedae32f9aebd728dae75c1..bc0a65308a943cd73559aa9078de64724e0fe431 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/speech/guest.html
+++ b/chrome/test/data/extensions/platform_apps/web_view/speech/guest.html
@@ -14,6 +14,12 @@
<input id='speechInput' x-webkit-speech style="width: 10px;">
</div>
</div>
+ <style>
+ input::-webkit-input-speech-button {
+ opacity: 1;
+ pointer-events: auto;
+ }
+ </style>
<script>
var speechInputElement = document.getElementById('speechInput');
var onSpeechInputChanged = function() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698