summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt')
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
index 2f014a7..6173a3e 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: line 20: The specified value 'foo' does not conform to the required format, 'yyyy-MM-dd'.
+CONSOLE WARNING: The specified value 'foo' does not conform to the required format, 'yyyy-MM-dd'.
Test for validationMessage IDL attribute for <input type=date>
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".