Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / url / idna2008-expected.txt
blob12c3ecb3df30dc15848063c7dc104a27d01583a9
1 IDNA2008 handling in domain name labels.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 The PASS/FAIL results of this test are set to the behavior in IDNA2008.
7 PASS canonicalize('http://Bücher.de/') is 'http://xn--bcher-kva.de/'
8 FAIL canonicalize('http://faß.de/') should be http://xn--fa-hia.de/. Was http://fass.de/.
9 FAIL canonicalize('http://βόλος.com/') should be http://xn--nxasmm1c.com/. Was http://xn--nxasmq6b.com/.
10 FAIL canonicalize('http://ශ්‍රී.com/') should be http://xn--10cl1a0b660p.com/. Was http://xn--10cl1a0b.com/.
11 FAIL canonicalize('http://نامه‌ای.com/') should be http://xn--mgba3gch31f060k.com/. Was http://xn--mgba3gch31f.com/.
12 FAIL canonicalize('http://♥.net/') should be http://�.net/. Was http://xn--g6h.net/.
13 FAIL canonicalize('http://͸.net/') should be http://�.net/. Was http://%CD%B8.net/.
14 FAIL canonicalize('http://Ӏ.com/') should be http://�.com/. Was http://%D3%80.com/.
15 FAIL canonicalize('http://㛼.com/') should be http://�.com/. Was http://%F0%AF%A1%A8.com/.
16 FAIL canonicalize('http://Ↄ.com/') should be http://�.com/. Was http://%E2%86%83.com/.
17 PASS canonicalize('http://look͏out.net/') is 'http://lookout.net/'
18 PASS canonicalize('http://gOoGle.com/') is 'http://google.com/'
19 PASS canonicalize('http://ড়.com/') is 'http://xn--15b8c.com/'
20 PASS canonicalize('http://ẞ.com/') is 'http://ss.com/'
21 FAIL canonicalize('http://-foo.bar.com/') should be http:///. Was http://-foo.bar.com/.
22 FAIL canonicalize('http://foo-.bar.com/') should be http:///. Was http://foo-.bar.com/.
23 FAIL canonicalize('http://ab--cd.com/') should be http:///. Was http://ab--cd.com/.
24 FAIL canonicalize('http://xn--0.com/') should be http:///. Was http://xn--0.com/.
25 FAIL canonicalize('http://foò.bar.com/') should be http://foo%CC%80.bar.com/. Was http://xn--fo-3ja.bar.com/.
26 PASS successfullyParsed is true
28 TEST COMPLETE