chromium/third_party/blink/web_tests/fast/forms/month/ValidityState-rangeOverflow-month-expected.txt

This test aims to check for rangeOverflow flag with month input fields

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

PASS The value "2010-01" doesn't overflow the maximum value "null".
PASS The value "2010-01" doesn't overflow the maximum value "".
PASS The value "2010-01" doesn't overflow the maximum value "foo".
PASS The value "2010-01" doesn't overflow the maximum value "2010-01".
PASS The value "2010-01" doesn't overflow the maximum value "2010-02".
PASS The value "2010-01" doesn't overflow the maximum value "2011-01".
PASS The value "" sanitized from "foo" doesn't overflow the maximum value "2011-01".
PASS The value "2010-01" doesn't overflow the maximum value "0000-01".
PASS The value "2010-01" overflows the maximum value "2009-12".
PASS The value "9999-01" overflows the maximum value "2010-12".
PASS The value "2010-01" overflows the maximum value "2009-12".
PASS The value "9999-01" overflows the maximum value "2010-12" when disabled.
PASS successfullyParsed is true

TEST COMPLETE