| Index: third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt
|
| index ce3b28ac2509c9c0fac5b75186b59e154aa41b34..88ef8c1654627af8a348d9abd03186d07adb22dc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-mouse-operations-expected.txt
|
| @@ -10,8 +10,8 @@ Check that mouse click closes the popup and sets the value.
|
| PASS document.getElementById("mock-page-popup") is null
|
| PASS document.getElementById("datetime-local").value is "2012-11-22T01:03"
|
| Check that you can scroll using the mouse wheel.
|
| -PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true
|
| -PASS scrollTopBeforeWheelEvent > scrollTopAfterWheelEvent is true
|
| +PASS scrollTopBeforeWheelEvent < suggestionList.scrollTop became true
|
| +PASS scrollTopBeforeWheelEvent > suggestionList.scrollTop became true
|
| PASS $("mock-page-popup") is null
|
| Check that you can scroll using the scroll bar.
|
| PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true
|
|
|