| Index: third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html b/third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html
|
| index 331c0b22a0cfdac5c2a34392f60aa60c578aa98f..1027833b4ce2d7198c77ce38d554b2857c17e5b5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/replaced/width100percent-searchfield.html
|
| @@ -20,9 +20,9 @@ These textfields should not overlap.
|
|
|
| <table border="0" cellspacing="1" cellpadding="1" width="100%">
|
| <tr>
|
| -<td nowrap><input type="search" size="100" name="b" value="New Mail" class="test" results=5></td>
|
| -<td><input type="search" size="100" name="b" value="Reply" class="test" results=5></td>
|
| -<td><input type="search" size="100" name="b" value="Reply All" class="test" results=5></td>
|
| +<td nowrap><input type="search" size="100" name="b" value="New Mail" class="test"></td>
|
| +<td><input type="search" size="100" name="b" value="Reply" class="test"></td>
|
| +<td><input type="search" size="100" name="b" value="Reply All" class="test"></td>
|
| <td width="100%"> </td>
|
| </tr>
|
| </table>
|
|
|