Index: third_party/WebKit/LayoutTests/fast/forms/email-idn-conversion-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/email-idn-conversion-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/email-idn-conversion-expected.txt |
index be101e18aa719f64e018806dc5f025296f7d54f0..91b3b8f6bf4e7b3bc9f310861d25f1f18cc46f0e 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/email-idn-conversion-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/forms/email-idn-conversion-expected.txt |
@@ -1,5 +1,5 @@ |
-CONSOLE WARNING: The specified value "xn--t8j.com" is not a valid email address. |
-CONSOLE WARNING: The specified value "foo@ma\u00F1ana.com" is not a valid email address. |
+CONSOLE WARNING: line 50: The specified value "xn--t8j.com" is not a valid email address. |
+CONSOLE WARNING: line 53: The specified value "foo@ma\u00F1ana.com" is not a valid email address. |
Tests ascii-unicode conversion of IDN email addresses on input type=email. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |