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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/date/date-format-warning-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/forms/date/date-format-warning-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/date/date-format-warning-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/date/date-format-warning-expected.txt
index ca2b6e169d13c5b461b5fd5ad52ff3088ebcef0d..fb2773e678649b185071314a6346996b7a790925 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/date/date-format-warning-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/date/date-format-warning-expected.txt
@@ -1,7 +1,7 @@
CONSOLE WARNING: line 8: The specified value "parsing" does not conform to the required format, "yyyy-MM-dd".
-CONSOLE WARNING: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
-CONSOLE WARNING: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
-CONSOLE WARNING: The specified value "Invalid IDL value" does not conform to the required format, "yyyy-MM-dd".
+CONSOLE WARNING: line 23: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
+CONSOLE WARNING: line 25: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
+CONSOLE WARNING: line 28: The specified value "Invalid IDL value" does not conform to the required format, "yyyy-MM-dd".
Invisible INPUT element should not show a format warning.
Visible INPUT element should show a format warning. We'll see three warnings.

Powered by Google App Engine
This is Rietveld 408576698