1 CONSOLE WARNING: 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.
3 Tests ascii-unicode conversion of IDN email addresses on input type=email.
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS i.value is "foo@xn--maana-pta.com"
10 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com"
11 PASS i.validity.typeMismatch is false
12 PASS i.value is "mañana@foo.com"
13 PASS getUserAgentShadowTextContent(i) is "mañana@foo.com"
14 PASS i.validity.typeMismatch is true
15 PASS i.value is "mañana.com"
16 PASS getUserAgentShadowTextContent(i) is "mañana.com"
17 PASS i.validity.typeMismatch is true
19 PASS i.value is "foo@xn--t8j.com"
20 PASS getUserAgentShadowTextContent(i) is "foo@お.com"
21 PASS i.validity.typeMismatch is false
22 PASS i.value is "xn--t8j@foo.com"
23 PASS getUserAgentShadowTextContent(i) is "xn--t8j@foo.com"
24 PASS i.validity.typeMismatch is false
25 PASS i.value is "xn--t8j.com"
26 PASS getUserAgentShadowTextContent(i) is "xn--t8j.com"
27 PASS i.validity.typeMismatch is true
28 PASS i.value is "foo@mañana.com"
29 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com"
30 PASS i.validity.typeMismatch is true
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"
34 PASS i.validity.typeMismatch is false
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"
37 PASS i.validity.typeMismatch is false
38 PASS successfullyParsed is true