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

Unified Diff: LayoutTests/fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-expected.txt
diff --git a/LayoutTests/fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-expected.txt b/LayoutTests/fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-expected.txt
index 57d3c5c91f131d5e2928157c64ec45558a94d6d6..dcfd7f5ed4ac055b96f18e65e328471149a64d2d 100644
--- a/LayoutTests/fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-expected.txt
+++ b/LayoutTests/fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-expected.txt
@@ -3,7 +3,7 @@ This test aims to check for rangeUnderflow flag with datetime-local input fields
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS The value "2010-01-27T12:34" doesn't underflow the minimum value "".
+PASS The value "2010-01-27T12:34" doesn't underflow the minimum value "null".
PASS The value "2010-01-27T12:34" doesn't underflow the minimum value "".
PASS The value "2010-01-27T12:34" doesn't underflow the minimum value "foo".
PASS The value "1000-01-01T12:34" doesn't underflow the minimum value "".

Powered by Google App Engine
This is Rietveld 408576698