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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt

Issue 1167793003: Escape all of invalid values in console messages for INPUT elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months 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/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt
index 4edf054dc4b895af70773ec1557e62eca178dbb4..efff42f509a0309eb5827dc887695c748eaa79b5 100644
--- a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/date-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: line 20: The specified value 'invalid-date' does not conform to the required format, 'yyyy-MM-dd'.
+CONSOLE WARNING: line 20: The specified value "invalid-date" does not conform to the required format, "yyyy-MM-dd".
This is a testharness.js-based test.
PASS date type support on input element
FAIL The value attribute, if specified and not empty, must have a value that is a valid date string. assert_equals: expected "2011-01-01" but got "1999-01-31"

Powered by Google App Engine
This is Rietveld 408576698