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

Side by Side Diff: LayoutTests/fast/forms/listbox-bidi-align.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 2 <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
3 </head> 3 </head>
4 <body> 4 <body style="overflow: hidden;">
5 This test verifies the visual alignment of items in a select element while chang ing text direction.<br> 5 This test verifies the visual alignment of items in a select element while chang ing text direction.<br>
6 All the items in the following select elements should be left-aligned. 6 All the items in the following select elements should be left-aligned.
7 <table> 7 <table>
8 <tr> 8 <tr>
9 <td><select size=3 dir=ltr> 9 <td><select size=3 dir=ltr>
10 <option>This is an English text</option> 10 <option>This is an English text</option>
11 <option>It needs to be left aligned</option> 11 <option>It needs to be left aligned</option>
12 <option>Some more text</option> 12 <option>Some more text</option>
13 </select></td> 13 </select></td>
14 14
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 </select></td> 135 </select></td>
136 136
137 <td><select size=3> 137 <td><select size=3>
138 <option>טקסט זה צריך להיות מיושר לשמאל</option> 138 <option>טקסט זה צריך להיות מיושר לשמאל</option>
139 <option dir=rtl>טקסט זה צריך להיות מיושר לימין</option> 139 <option dir=rtl>טקסט זה צריך להיות מיושר לימין</option>
140 <option style="text-align:center">טקסט ממורכז</option> 140 <option style="text-align:center">טקסט ממורכז</option>
141 </select></td> 141 </select></td>
142 </tr> 142 </tr>
143 </table> 143 </table>
144 </body> 144 </body>
145 </html> 145 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-placeholder-paint-order.html ('k') | LayoutTests/fast/forms/listbox-hit-test-zoomed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698