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

Unified Diff: LayoutTests/fast/spatial-navigation/snav-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/fast/spatial-navigation/snav-date-expected.txt
diff --git a/LayoutTests/fast/spatial-navigation/snav-date-expected.txt b/LayoutTests/fast/spatial-navigation/snav-date-expected.txt
index e11bd656de54946a62f65d6673a22fb587911879..6ad2452e8cc31e14953f44c321c04d9c808c5093 100644
--- a/LayoutTests/fast/spatial-navigation/snav-date-expected.txt
+++ b/LayoutTests/fast/spatial-navigation/snav-date-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: line 20: The specified value 'text' does not conform to the required format, 'yyyy-MM-dd'.
+CONSOLE WARNING: line 20: The specified value "text" does not conform to the required format, "yyyy-MM-dd".
This test ensures the correctness of Spatial Navigation (SNav) algorithm over date input element (having shadow DOM).
* Navigation steps:
1) Loads this page, focus goes to "start" automatically.

Powered by Google App Engine
This is Rietveld 408576698