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

Unified Diff: LayoutTests/fast/speech/speech-bidi-rendering.html

Issue 112643003: Revert of 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/fast/speech/input-appearance-speechbutton.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/fast/speech/speech-bidi-rendering.html
diff --git a/LayoutTests/fast/speech/speech-bidi-rendering.html b/LayoutTests/fast/speech/speech-bidi-rendering.html
index d59ee3e8c43f952f486529b0a85b5a0d1d2069a3..9d46fc6fc4c2dfea43bc8a01d893544eef8aee6c 100644
--- a/LayoutTests/fast/speech/speech-bidi-rendering.html
+++ b/LayoutTests/fast/speech/speech-bidi-rendering.html
@@ -1,11 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<body>
-<style>
-input::-webkit-input-speech-button {
- opacity: 1;
-}
-</style>
<p>
This test verifies that the speech input control is rendered correctly for
dir=rtl/ltr.
@@ -32,4 +27,4 @@
document.getElementById("speechInputLTRtoRTL").dir = 'rtl';
</script>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/fast/speech/input-appearance-speechbutton.html ('k') | Source/core/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698