summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty-expected.txt
blob: d4ad53e1afec4f42e7f68753d13c81ba50eff3ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Check if input.value="" clears an input with partially-specified value.

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


Empty text: mm/dd/yyyy --:-- --
PASS eventSender.keyDown("upArrow"); getUserAgentShadowTextContent(input) is not emptyText
PASS input.value = ""; getUserAgentShadowTextContent(input) is emptyText
PASS successfullyParsed is true

TEST COMPLETE