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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/email-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/email-format-warning-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/email-format-warning-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/email-format-warning-expected.txt
index 2c7de3e57597adb2dcd379463c6274067841a746..2b52f1a88a6605bcb677a5ac7682e233beb1e35e 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/email-format-warning-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/email-format-warning-expected.txt
@@ -1,9 +1,9 @@
CONSOLE WARNING: line 8: The specified value "parsing\u263A" is not a valid email address.
CONSOLE WARNING: line 9: The specified value "value-before-type\u263A" is not a valid email address.
CONSOLE WARNING: line 10: The specified value "invalid-in-multiple\u263A" is not a valid email address.
-CONSOLE WARNING: The specified value "Invalid attribute value" is not a valid email address.
-CONSOLE WARNING: The specified value "Invalid attribute value" is not a valid email address.
-CONSOLE WARNING: The specified value "Invalid IDL value" is not a valid email address.
+CONSOLE WARNING: line 26: The specified value "Invalid attribute value" is not a valid email address.
+CONSOLE WARNING: line 28: The specified value "Invalid attribute value" is not a valid email address.
+CONSOLE WARNING: line 31: The specified value "Invalid IDL value" is not a valid email address.
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