OLD | NEW |
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 Loading... |
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> |
OLD | NEW |