summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt
blob: 74401033e62b5259ebf547a0cd405d68fff07dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Checks reloading page resets input values

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


PASS highlightedEntry() is null
PASS highlightedEntry() is "2012-W01"
PASS document.getElementById("mock-page-popup") is null
PASS iframe.contentDocument.getElementById("test1").value is "2012-W01"
PASS highlightedEntry() is null
PASS highlightedEntry() is "2012-W01"
PASS document.getElementById("mock-page-popup") is null
PASS iframe.contentDocument.getElementById("test2").value is "2012-W01"
PASS testInput1.value is ""
PASS testInput2.value is "2002-W02"
PASS successfullyParsed is true

TEST COMPLETE