summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/url/relative-unix-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/url/relative-unix-expected.txt')
-rw-r--r--LayoutTests/fast/url/relative-unix-expected.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/LayoutTests/fast/url/relative-unix-expected.txt b/LayoutTests/fast/url/relative-unix-expected.txt
new file mode 100644
index 0000000..acd59ab
--- /dev/null
+++ b/LayoutTests/fast/url/relative-unix-expected.txt
@@ -0,0 +1,12 @@
+Test resolution of relative UNIX-like URLs.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL canonicalize('\\\\Another\\path') should be http://another/path. Was http://Another/path.
+PASS canonicalize('/c:\\foo') is 'http://host/c:/foo'
+FAIL canonicalize('//c:\\foo') should be http://c/foo. Was http://c:/foo.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+