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

Side by Side Diff: LayoutTests/fast/speech/speech-bidi-rendering.html

Issue 7432005: Merge 91249 - Fix microphone icon placement in speech input control for dir=rtl. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/platform/chromium/test_expectations.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <body> 3 <body>
4 <p> 4 <p>
5 This test verifies that the speech input control is rendered correctly for 5 This test verifies that the speech input control is rendered correctly for
6 dir=rtl/ltr. 6 dir=rtl/ltr.
7 </p> 7 </p>
8 <ul> 8 <ul>
9 <li>The Microphone icon should be on the <b>right</b>: 9 <li>The Microphone icon should be on the <b>right</b>:
10 <input id='speechInputLTR' x-webkit-speech></li> 10 <input id='speechInputLTR' x-webkit-speech></li>
(...skipping 10 matching lines...) Expand all
21 <li>The Microphone icon should be on the <b>left</b>: 21 <li>The Microphone icon should be on the <b>left</b>:
22 <input id='speechInputLTRtoRTL' x-webkit-speech style="padding:5px 10px" d ir=ltr></li> 22 <input id='speechInputLTRtoRTL' x-webkit-speech style="padding:5px 10px" d ir=ltr></li>
23 </ul> 23 </ul>
24 24
25 <script> 25 <script>
26 document.getElementById("speechInputRTLtoLTR").dir = 'ltr'; 26 document.getElementById("speechInputRTLtoLTR").dir = 'ltr';
27 document.getElementById("speechInputLTRtoRTL").dir = 'rtl'; 27 document.getElementById("speechInputLTRtoRTL").dir = 'rtl';
28 </script> 28 </script>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/platform/chromium/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698