haikuwebkit/LayoutTests/fast/forms/week/ValidityState-rangeOverflow...

23 lines
1.1 KiB
Plaintext

This test aims to check for rangeOverflow flag with week input fields
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS The value "2010-W01" doesn't overflow the maximum value "null".
PASS The value "2010-W01" doesn't overflow the maximum value "".
PASS The value "2010-W01" doesn't overflow the maximum value "foo".
PASS The value "2010-W01" doesn't overflow the maximum value "2010-W01".
PASS The value "2010-W01" doesn't overflow the maximum value "2010-W02".
PASS The value "2010-W01" doesn't overflow the maximum value "2011-W01".
PASS The value "" sanitized from "foo" doesn't overflow the maximum value "2011-W01".
PASS The value "2010-W01" doesn't overflow the maximum value "0000-W01".
PASS The value "2010-W01" overflows the maximum value "1582-W01".
PASS The value "2010-W01" overflows the maximum value "2009-W12".
PASS The value "9999-W01" overflows the maximum value "2010-W12".
PASS The value "2010-W01" overflows the maximum value "2009-W50".
PASS The value "9999-W01" doesn't overflow the maximum value "2010-W12" when disabled.
PASS successfullyParsed is true
TEST COMPLETE