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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-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/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
index 377586b6d28111afbde64ab4dae822e56556ac97..fddd22214d13ca6ce6a05171dbf38d4b3c3d2c05 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-reportValidity-expected.txt
@@ -20,11 +20,11 @@ ValidationMessageClient: main-message=Please enter a URL. sub-message=
ValidationMessageClient: main-message=Please enter a URL. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=
-CONSOLE WARNING: The specified value "a" is not a valid email address.
-CONSOLE WARNING: The specified value "a" is not a valid email address.
+CONSOLE WARNING: line 290: The specified value "a" is not a valid email address.
+CONSOLE WARNING: line 290: The specified value "a" is not a valid email address.
ValidationMessageClient: main-message=Please match the requested format. sub-message=
ValidationMessageClient: main-message=Please match the requested format. sub-message=
-CONSOLE WARNING: The specified value "abc" is not a valid email address.
+CONSOLE WARNING: line 283: The specified value "abc" is not a valid email address.
ValidationMessageClient: main-message=Please include an '@' in the email address. 'abc' is missing an '@'. sub-message=
ValidationMessageClient: main-message=Please include an '@' in the email address. 'abc' is missing an '@'. sub-message=
ValidationMessageClient: main-message=Please fill out this field. sub-message=

Powered by Google App Engine
This is Rietveld 408576698