chromium/third_party/blink/web_tests/fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty-expected.txt

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: Week --, ----
PASS eventSender.keyDown("ArrowUp"); getUserAgentShadowTextContent(input) is not emptyText
PASS input.value = ""; getUserAgentShadowTextContent(input) is emptyText
PASS successfullyParsed is true

TEST COMPLETE