chromium/third_party/blink/web_tests/fast/forms/time/time-validity-rangeoverflow-expected.txt

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

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

PASS The value "13:16" doesn't overflow the maximum value "null".
PASS The value "13:16" doesn't overflow the maximum value "".
PASS The value "13:16" doesn't overflow the maximum value "foo".
PASS The value "13:16" doesn't overflow the maximum value "13:16".
PASS The value "13:16" doesn't overflow the maximum value "13:17".
PASS The value "13:16" doesn't overflow the maximum value "14:15".
PASS The value "" sanitized from "foo" doesn't overflow the maximum value "13:16".
PASS The value "13:16" overflows the maximum value "13:15".
PASS The value "23:59:59.999" overflows the maximum value "13:16".
PASS The value "13:16" overflows the maximum value "12:00".
PASS The value "23:59:59.999" overflows the maximum value "13:16" when disabled.
PASS successfullyParsed is true

TEST COMPLETE