| Index: third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.html b/third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.html
|
| index 86ef56a5f709206273808ae37d4785ea2ea88787..9799556f4413e682ccdead78b04a3903913b0d05 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/search/disabled-search-input.html
|
| @@ -50,7 +50,7 @@ function runTest()
|
| </head>
|
| <body onload="runTest()">
|
| <div>
|
| - <input id="foo" type="search" results="0" disabled>
|
| + <input id="foo" type="search" disabled>
|
| </div>
|
| <div id="console">
|
| </div>
|
|
|