summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-preserve-value-after-history-back-expected.txt
blob: ae5da345b379bf26f68f9ed01887ca269c06b830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Checks input value is preserved after backward and forward

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


Went back to a page. Checking a form control which had a full value:
PASS "12012-W10" is "12012-W10"
Went back to a page. Checking a form control which had a partial value:
PASS "Week 01, ----" is "Week 01, ----"
Went forward to a page. Checking a form control which had a full value:
PASS "0001-W11" is "0001-W11"
Went forward to a page. Checking a form control which had a partial value:
PASS "Week --, 1999" is "Week --, 1999"

PASS successfullyParsed is true

TEST COMPLETE