blob: 56975e6c521b8733c43c04fb5da1e0a8c9261f48 [file] [log] [blame]
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("ArrowUp"); getUserAgentShadowTextContent(input) is not emptyText
PASS input.value = ""; getUserAgentShadowTextContent(input) is emptyText
PASS successfullyParsed is true
TEST COMPLETE