| 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 9d46fc6fc4c2dfea43bc8a01d893544eef8aee6c..d59ee3e8c43f952f486529b0a85b5a0d1d2069a3 100644
|
| --- a/LayoutTests/fast/speech/speech-bidi-rendering.html
|
| +++ b/LayoutTests/fast/speech/speech-bidi-rendering.html
|
| @@ -1,6 +1,11 @@
|
| <!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.
|
| @@ -27,4 +32,4 @@ dir=rtl/ltr.
|
| document.getElementById("speechInputLTRtoRTL").dir = 'rtl';
|
| </script>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|