summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute-expected.txt
blob: ff6aacface83f36ec51fb2d153cbc899a81c7452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Tests that min/max attributes filter out suggestions as expected.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Check that page popup doesn't exist at first.
PASS document.getElementById("mock-page-popup") is null
PASS entryValues().length is 8
PASS entryValues()[0] is "2012-W02"
PASS entryValues()[1] is "2012-W03"
PASS entryValues()[2] is "2012-W04"
PASS entryValues()[3] is "2012-W05"
PASS entryValues()[4] is "2012-W06"
PASS entryValues()[5] is "2012-W07"
PASS entryValues()[6] is "2012-W08"
PASS entryValues()[7] is "@openCalendarPicker"
PASS successfullyParsed is true

TEST COMPLETE