| OLD | NEW |
| 1 CONSOLE WARNING: line 50: The specified value "xn--t8j.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. | 1 Tests ascii-unicode conversion of IDN email addresses on input type=email. |
| 4 | 2 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 4 |
| 7 | 5 |
| 8 Values from UI | 6 Values from UI |
| 9 PASS i.value is "foo@xn--maana-pta.com" | 7 PASS i.value is "foo@xn--maana-pta.com" |
| 10 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com" | 8 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com" |
| 11 PASS i.validity.typeMismatch is false | 9 PASS i.validity.typeMismatch is false |
| 12 PASS i.value is "mañana@foo.com" | 10 PASS i.value is "mañana@foo.com" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 32 PASS i.value is "foo@xn--maana-pta.com,bar@xn--t8j.com" | 30 PASS i.value is "foo@xn--maana-pta.com,bar@xn--t8j.com" |
| 33 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com, bar@お.com" | 31 PASS getUserAgentShadowTextContent(i) is "foo@mañana.com, bar@お.com" |
| 34 PASS i.validity.typeMismatch is false | 32 PASS i.validity.typeMismatch is false |
| 35 PASS i.value is "bar@xn--t8j.com,foo@xn--maana-pta.com" | 33 PASS i.value is "bar@xn--t8j.com,foo@xn--maana-pta.com" |
| 36 PASS getUserAgentShadowTextContent(i) is "bar@お.com,foo@mañana.com" | 34 PASS getUserAgentShadowTextContent(i) is "bar@お.com,foo@mañana.com" |
| 37 PASS i.validity.typeMismatch is false | 35 PASS i.validity.typeMismatch is false |
| 38 PASS successfullyParsed is true | 36 PASS successfullyParsed is true |
| 39 | 37 |
| 40 TEST COMPLETE | 38 TEST COMPLETE |
| 41 | 39 |
| OLD | NEW |