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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/email-idn-conversion-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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: The specified value "xn--t8j.com" is not a valid email address. 1 CONSOLE WARNING: line 50: The specified value "xn--t8j.com" is not a valid email address.
2 CONSOLE WARNING: The specified value "foo@ma\u00F1ana.com" is not a valid email address. 2 CONSOLE WARNING: line 53: The specified value "foo@ma\u00F1ana.com" is not a val id email address.
3 Tests ascii-unicode conversion of IDN email addresses on input type=email. 3 Tests ascii-unicode conversion of IDN email addresses on input type=email.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 Values from UI 8 Values from UI
9 PASS i.value is "foo@xn--maana-pta.com" 9 PASS i.value is "foo@xn--maana-pta.com"
10 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com" 10 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com"
11 PASS i.validity.typeMismatch is false 11 PASS i.validity.typeMismatch is false
12 PASS i.value is "mañana@foo.com" 12 PASS i.value is "mañana@foo.com"
(...skipping 19 matching lines...) Expand all
32 PASS i.value is "foo@xn--maana-pta.com,bar@xn--t8j.com" 32 PASS i.value is "foo@xn--maana-pta.com,bar@xn--t8j.com"
33 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com, bar@お.com" 33 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com, bar@お.com"
34 PASS i.validity.typeMismatch is false 34 PASS i.validity.typeMismatch is false
35 PASS i.value is "bar@xn--t8j.com,foo@xn--maana-pta.com" 35 PASS i.value is "bar@xn--t8j.com,foo@xn--maana-pta.com"
36 PASS getUserAgentShadowTextContent(i) is "bar@お.com,foo@mañana.com" 36 PASS getUserAgentShadowTextContent(i) is "bar@お.com,foo@mañana.com"
37 PASS i.validity.typeMismatch is false 37 PASS i.validity.typeMismatch is false
38 PASS successfullyParsed is true 38 PASS successfullyParsed is true
39 39
40 TEST COMPLETE 40 TEST COMPLETE
41 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698