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

Unified Diff: LayoutTests/fast/spatial-navigation/snav-date-expected.txt

Issue 461323006: input[type=date] warns if specified string is invalid. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 3d16777f2dd0c61e29a92d7c07722a85060120ce..f28ec5ceb716e0df4f5e640a194fc9f629fafa3d 100644
--- a/LayoutTests/fast/spatial-navigation/snav-date-expected.txt
+++ b/LayoutTests/fast/spatial-navigation/snav-date-expected.txt
@@ -1,3 +1,5 @@
+CONSOLE ERROR: line 20: The specified value 'text' does not conform to the required format, 'yyyy-MM-dd'.
+CONSOLE ERROR: 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.
« no previous file with comments | « LayoutTests/fast/forms/form-collection-radio-node-list-expected.txt ('k') | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698