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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-writing-direction-natural.html

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 select { width: 70px; } 4 select { width: 70px; }
5 </style> 5 </style>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p> 8 <p>
9 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13775">http: //bugs.webkit.org/show_bug.cgi?id=13775</a> 9 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13775">http: //bugs.webkit.org/show_bug.cgi?id=13775</a>
10 REGRESSION: Popup button text should use "natural" directionality to mat ch the items in the popup menu</i>. 10 REGRESSION: Popup button text should use "natural" directionality to mat ch the items in the popup menu</i>.
(...skipping 24 matching lines...) Expand all
35 </div> 35 </div>
36 <div style="text-align: right;"> 36 <div style="text-align: right;">
37 <select><option>&#x05d0;A</option></select> 37 <select><option>&#x05d0;A</option></select>
38 <select><option>A&#x05d0;</option></select> 38 <select><option>A&#x05d0;</option></select>
39 <select><option>(&#x05d0;A</option></select> 39 <select><option>(&#x05d0;A</option></select>
40 <select><option>(A&#x05d0;</option></select> 40 <select><option>(A&#x05d0;</option></select>
41 </div> 41 </div>
42 </div> 42 </div>
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698