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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .test { width: 100%; } 4 .test { width: 100%; }
5 </style> 5 </style>
6 </head> 6 </head>
7 <body> 7 <body>
8 These textfields should not overlap. 8 These textfields should not overlap.
9 <table border="0" cellspacing="1" cellpadding="1" width="100%"> 9 <table border="0" cellspacing="1" cellpadding="1" width="100%">
10 <tr> 10 <tr>
11 <td nowrap><input type="search" name="b" value="New Mail" class="test"></td> 11 <td nowrap><input type="search" name="b" value="New Mail" class="test"></td>
12 <td><input type="search" name="b" value="Reply" class="test"></td> 12 <td><input type="search" name="b" value="Reply" class="test"></td>
13 <td><input type="search" name="b" value="Reply All" class="test"></td> 13 <td><input type="search" name="b" value="Reply All" class="test"></td>
14 <td width="100%">&nbsp;</td> 14 <td width="100%">&nbsp;</td>
15 </tr> 15 </tr>
16 </table> 16 </table>
17 17
18 <br> 18 <br>
19 <br> 19 <br>
20 20
21 <table border="0" cellspacing="1" cellpadding="1" width="100%"> 21 <table border="0" cellspacing="1" cellpadding="1" width="100%">
22 <tr> 22 <tr>
23 <td nowrap><input type="search" size="100" name="b" value="New Mail" class="test " results=5></td> 23 <td nowrap><input type="search" size="100" name="b" value="New Mail" class="test "></td>
24 <td><input type="search" size="100" name="b" value="Reply" class="test" results= 5></td> 24 <td><input type="search" size="100" name="b" value="Reply" class="test"></td>
25 <td><input type="search" size="100" name="b" value="Reply All" class="test" resu lts=5></td> 25 <td><input type="search" size="100" name="b" value="Reply All" class="test"></td >
26 <td width="100%">&nbsp;</td> 26 <td width="100%">&nbsp;</td>
27 </tr> 27 </tr>
28 </table> 28 </table>
29 29
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698