Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-mouse-operations-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Check that page popup doesn't exist at first.
2 PASS $("mock-page-popup") is null
3 Check that page popup exists.
4 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController] "
5 Check that hovering over an entry highlights it.
6 PASS highlightedEntry() is "2012-11-22T01:02Z"
7 Check that moving the mouse outside the popup de-highlights entries.
8 PASS highlightedEntry() is null
9 Check that mouse click closes the popup and sets the value.
10 PASS document.getElementById("mock-page-popup") is null
11 PASS document.getElementById("datetime").value is "2012-11-22T01:03Z"
12 Check that you can scroll using the mouse wheel.
13 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true
14 PASS scrollTopBeforeWheelEvent > scrollTopAfterWheelEvent is true
15 PASS $("mock-page-popup") is null
16 Check that you can scroll using the scroll bar.
17 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698