OLD | NEW |
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 Loading... |
35 </div> | 35 </div> |
36 <div style="text-align: right;"> | 36 <div style="text-align: right;"> |
37 <select><option>אA</option></select> | 37 <select><option>אA</option></select> |
38 <select><option>Aא</option></select> | 38 <select><option>Aא</option></select> |
39 <select><option>(אA</option></select> | 39 <select><option>(אA</option></select> |
40 <select><option>(Aא</option></select> | 40 <select><option>(Aא</option></select> |
41 </div> | 41 </div> |
42 </div> | 42 </div> |
43 </body> | 43 </body> |
44 </html> | 44 </html> |
OLD | NEW |