| Index: LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt b/LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt
|
| deleted file mode 100644
|
| index 2f6ca22ac2a41f83690dde76b260de57443cf44c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -Check that page popup doesn't exist at first.
|
| -PASS $("mock-page-popup") is null
|
| -Check that page popup exists.
|
| -PASS popupWindow.pagePopupController.toString() is "[object PagePopupController]"
|
| -Check that hovering over an entry highlights it.
|
| -PASS highlightedEntry() is "2012-02"
|
| -Check that moving the mouse outside the popup de-highlights entries.
|
| -PASS highlightedEntry() is null
|
| -Check that mouse click closes the popup and sets the value.
|
| -PASS $("mock-page-popup") is null
|
| -PASS document.getElementById("month").value is "2012-03"
|
| -Check that you can scroll using the mouse wheel.
|
| -PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true
|
| -PASS scrollTopBeforeWheelEvent > scrollTopAfterWheelEvent is true
|
| -PASS $("mock-page-popup") is null
|
| -Check that you can scroll using the scroll bar.
|
| -PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|