Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: LayoutTests/fast/forms/time/time-validity-rangeoverflow-expected.txt

Issue 98383004: Remove TreatNullAs=NullString for HTMLInputElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test aims to check for rangeOverflow flag with time input fields 1 This test aims to check for rangeOverflow flag with time input fields
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS The value "13:16" doesn't overflow the maximum value "". 6 PASS The value "13:16" doesn't overflow the maximum value "null".
7 PASS The value "13:16" doesn't overflow the maximum value "". 7 PASS The value "13:16" doesn't overflow the maximum value "".
8 PASS The value "13:16" doesn't overflow the maximum value "foo". 8 PASS The value "13:16" doesn't overflow the maximum value "foo".
9 PASS The value "13:16" doesn't overflow the maximum value "13:16". 9 PASS The value "13:16" doesn't overflow the maximum value "13:16".
10 PASS The value "13:16" doesn't overflow the maximum value "13:17". 10 PASS The value "13:16" doesn't overflow the maximum value "13:17".
11 PASS The value "13:16" doesn't overflow the maximum value "14:15". 11 PASS The value "13:16" doesn't overflow the maximum value "14:15".
12 PASS The value "" sanitized from "foo" doesn't overflow the maximum value "13:16 ". 12 PASS The value "" sanitized from "foo" doesn't overflow the maximum value "13:16 ".
13 PASS The value "13:16" overflows the maximum value "13:15". 13 PASS The value "13:16" overflows the maximum value "13:15".
14 PASS The value "23:59:59.999" overflows the maximum value "13:16". 14 PASS The value "23:59:59.999" overflows the maximum value "13:16".
15 PASS The value "13:16" overflows the maximum value "12:00". 15 PASS The value "13:16" overflows the maximum value "12:00".
16 PASS The value "23:59:59.999" doesn't overflow the maximum value "13:16" when di sabled. 16 PASS The value "23:59:59.999" doesn't overflow the maximum value "13:16" when di sabled.
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698