| Index: third_party/WebKit/LayoutTests/fast/forms/input-readonly-select.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-readonly-select.html b/third_party/WebKit/LayoutTests/fast/forms/input-readonly-select.html
 | 
| index 1515e8f757e920ad1ed8eb7f0c6032acd28a93c3..3dfb6a8bb384e94aa576702f85b06e2f4ba39b06 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/forms/input-readonly-select.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/forms/input-readonly-select.html
 | 
| @@ -65,7 +65,7 @@ debug('');
 | 
|  
 | 
|  debug('double clicking on disabled input');
 | 
|  doubleClickOn(disabledInput);
 | 
| -shouldBeTrue('selectEventFiredOnDisabledInput');
 | 
| +shouldBeFalse('selectEventFiredOnDisabledInput');
 | 
|  debug('');
 | 
|  
 | 
|  debug('double clicking on normal textarea');
 | 
| @@ -80,7 +80,7 @@ debug('');
 | 
|  
 | 
|  debug('double clicking on disabled textarea');
 | 
|  doubleClickOn(disabledTextarea);
 | 
| -shouldBeTrue('selectEventFiredOnDisabledTextarea');
 | 
| +shouldBeFalse('selectEventFiredOnDisabledTextarea');
 | 
|  debug('');
 | 
|  
 | 
|  container.innerHTML = "";
 | 
| 
 |