summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/email-idn-conversion-expected.txt
blob: be101e18aa719f64e018806dc5f025296f7d54f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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.
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".


Values from UI
PASS i.value is "foo@xn--maana-pta.com"
PASS getUserAgentShadowTextContent(i) is "foo@mañana.com"
PASS i.validity.typeMismatch is false
PASS i.value is "mañana@foo.com"
PASS getUserAgentShadowTextContent(i) is "mañana@foo.com"
PASS i.validity.typeMismatch is true
PASS i.value is "mañana.com"
PASS getUserAgentShadowTextContent(i) is "mañana.com"
PASS i.validity.typeMismatch is true
Values from script
PASS i.value is "foo@xn--t8j.com"
PASS getUserAgentShadowTextContent(i) is "foo@お.com"
PASS i.validity.typeMismatch is false
PASS i.value is "xn--t8j@foo.com"
PASS getUserAgentShadowTextContent(i) is "xn--t8j@foo.com"
PASS i.validity.typeMismatch is false
PASS i.value is "xn--t8j.com"
PASS getUserAgentShadowTextContent(i) is "xn--t8j.com"
PASS i.validity.typeMismatch is true
PASS i.value is "foo@mañana.com"
PASS getUserAgentShadowTextContent(i) is "foo@mañana.com"
PASS i.validity.typeMismatch is true
Multiple addresses
PASS i.value is "foo@xn--maana-pta.com,bar@xn--t8j.com"
PASS getUserAgentShadowTextContent(i) is "foo@mañana.com, bar@お.com"
PASS i.validity.typeMismatch is false
PASS i.value is "bar@xn--t8j.com,foo@xn--maana-pta.com"
PASS getUserAgentShadowTextContent(i) is "bar@お.com,foo@mañana.com"
PASS i.validity.typeMismatch is false
PASS successfullyParsed is true

TEST COMPLETE