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

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

Issue 264973003: Remove layout tests for the legacy x-webkit-speech API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 months 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
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>

Powered by Google App Engine
This is Rietveld 408576698