| Index: third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt
|
| index 1557ea87fe3feaff5720d9b611bd23017ba506bd..2dcfae1a8ed8a68b4adcb25c29573bac7c078611 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations-expected.txt
|
| @@ -12,8 +12,8 @@ Check that mouse click closes the popup and sets the value.
|
| PASS document.getElementById("mock-page-popup") is null
|
| PASS document.getElementById("time").value is "01: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
|
|
|