| 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>
|