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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations-expected.txt

Issue 1742443003: input[type=datetime-local], input[type=month] and input[type=week] warn if a specified value is an … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
OLDNEW
1 CONSOLE WARNING: line 13: The specified value "2012-12-24" does not conform to t he required format. The format is "yyyy-Www" where yyyy is year in four or more digits, and ww is 01-53.
1 Check that page popup doesn't exist at first. 2 Check that page popup doesn't exist at first.
2 PASS $("mock-page-popup") is null 3 PASS $("mock-page-popup") is null
3 Check that page popup exists. 4 Check that page popup exists.
4 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController] " 5 PASS popupWindow.pagePopupController.toString() is "[object PagePopupController] "
5 Check that hovering over an entry highlights it. 6 Check that hovering over an entry highlights it.
6 PASS highlightedEntry() is "2012-W02" 7 PASS highlightedEntry() is "2012-W02"
7 Check that moving the mouse outside the popup de-highlights entries. 8 Check that moving the mouse outside the popup de-highlights entries.
8 PASS highlightedEntry() is null 9 PASS highlightedEntry() is null
9 Check that mouse click closes the popup and sets the value. 10 Check that mouse click closes the popup and sets the value.
10 PASS $("mock-page-popup") is null 11 PASS $("mock-page-popup") is null
11 PASS document.getElementById("week").value is "2012-W03" 12 PASS document.getElementById("week").value is "2012-W03"
12 Check that you can scroll using the mouse wheel. 13 Check that you can scroll using the mouse wheel.
13 PASS scrollTopBeforeWheelEvent < suggestionList.scrollTop became true 14 PASS scrollTopBeforeWheelEvent < suggestionList.scrollTop became true
14 PASS scrollTopBeforeWheelEvent > suggestionList.scrollTop became true 15 PASS scrollTopBeforeWheelEvent > suggestionList.scrollTop became true
15 PASS $("mock-page-popup") is null 16 PASS $("mock-page-popup") is null
16 Check that you can scroll using the scroll bar. 17 Check that you can scroll using the scroll bar.
17 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true 18 PASS scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent is true
18 PASS successfullyParsed is true 19 PASS successfullyParsed is true
19 20
20 TEST COMPLETE 21 TEST COMPLETE
21 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698