summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/query-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/url/query-expected.txt')
-rw-r--r--LayoutTests/fast/url/query-expected.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/LayoutTests/fast/url/query-expected.txt b/LayoutTests/fast/url/query-expected.txt
new file mode 100644
index 0000000..9941416
--- /dev/null
+++ b/LayoutTests/fast/url/query-expected.txt
@@ -0,0 +1,17 @@
+Test URLs that have a query string.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS canonicalize('http://www.example.com/?foo=bar') is 'http://www.example.com/?foo=bar'
+PASS canonicalize('http://www.example.com/?as?df') is 'http://www.example.com/?as?df'
+FAIL canonicalize('http://www.example.com/?\x02hello bye') should be http://www.example.com/?%02hello%7F%20bye. Was http://www.example.com/?hello%7F%20bye.
+PASS canonicalize('http://www.example.com/?%40%41123') is 'http://www.example.com/?%40%41123'
+PASS canonicalize('http://www.example.com/?q=你好') is 'http://www.example.com/?q=%26%2320320%3B%26%2322909%3B'
+PASS canonicalize('http://www.example.com/?q=\ud800\ud800') is 'http://www.example.com/?q=%26%2355296%3B%26%2355296%3B'
+PASS canonicalize('http://www.example.com/?q=<asdf>') is 'http://www.example.com/?q=%3Casdf%3E'
+PASS canonicalize('http://www.example.com/?q="asdf"') is 'http://www.example.com/?q=%22asdf%22'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+