summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/anchor-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/url/anchor-expected.txt')
-rw-r--r--LayoutTests/fast/url/anchor-expected.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/LayoutTests/fast/url/anchor-expected.txt b/LayoutTests/fast/url/anchor-expected.txt
new file mode 100644
index 0000000..15dc84f
--- /dev/null
+++ b/LayoutTests/fast/url/anchor-expected.txt
@@ -0,0 +1,17 @@
+Test URLs that have an anchor.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL canonicalize('http://www.example.com/#hello, world') should be http://www.example.com/#hello, world. Was http://www.example.com/#hello,%20world.
+FAIL canonicalize('http://www.example.com/#©') should be http://www.example.com/#©. Was http://www.example.com/#%C2%A9.
+FAIL canonicalize('http://www.example.com/#𐌀ss') should be http://www.example.com/#𐌀ss. Was http://www.example.com/#%26%2366304%3Bss.
+PASS canonicalize('http://www.example.com/#%41%a') is 'http://www.example.com/#%41%a'
+FAIL canonicalize('http://www.example.com/#\ud800\u597d') should be http://www.example.com/#�好. Was http://www.example.com/#%26%2355296%3B%26%2322909%3B.
+FAIL canonicalize('http://www.example.com/#a\uFDD0') should be http://www.example.com/#a﷐. Was http://www.example.com/#a%26%2364976%3B.
+FAIL canonicalize('http://www.example.com/#asdf#qwer') should be http://www.example.com/#asdf#qwer. Was http://www.example.com/#asdf%23qwer.
+FAIL canonicalize('http://www.example.com/##asdf') should be http://www.example.com/##asdf. Was http://www.example.com/#%23asdf.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+