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 |
deleted file mode 100644 |
index d59ee3e8c43f952f486529b0a85b5a0d1d2069a3..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/speech/speech-bidi-rendering.html |
+++ /dev/null |
@@ -1,35 +0,0 @@ |
-<!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. |
-</p> |
-<ul> |
-<li>The Microphone icon should be on the <b>right</b>: |
- <input id='speechInputLTR' x-webkit-speech></li> |
-<li>The Microphone icon should be on the <b>right</b>: |
- <input id='speechInputLTRWithPadding' x-webkit-speech style="padding:5px 10px"></li> |
-<li>The Microphone icon should be on the <b>right</b>: |
- <input id='speechInputRTLtoLTR' x-webkit-speech style="padding:5px 10px" dir=rtl></li> |
- |
- |
-<li>The Microphone icon should be on the <b>left</b>: |
- <input id='speechInputRTL' x-webkit-speech dir=rtl></li> |
-<li>The Microphone icon should be on the <b>left</b>: |
- <input id='speechInputLTRWithPadding' x-webkit-speech style="padding:5px 10px" dir=rtl></li> |
-<li>The Microphone icon should be on the <b>left</b>: |
- <input id='speechInputLTRtoRTL' x-webkit-speech style="padding:5px 10px" dir=ltr></li> |
-</ul> |
- |
-<script> |
- document.getElementById("speechInputRTLtoLTR").dir = 'ltr'; |
- document.getElementById("speechInputLTRtoRTL").dir = 'rtl'; |
-</script> |
-</body> |
-</html> |