diff -r 000000000000 -r 6474c204b198 netwerk/test/TestURLManipulation.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netwerk/test/TestURLManipulation.html Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,130 @@ + + + + URL manipulation + + + + + +

testing of URL manipulation:

+

+

+

+
+ + +

+
+ + +

+
+ + +

+ + + +

note: results from "resolve" are placed in "comparison uri" edit field
+
+

+
+ +

notes for testing

+different types of uris:
+ +other variations:
+ +
+This should be true:
+  resultString = baseURL.getRelativeSpec(URL);
+<==>
+  baseURL.resolve(resultString) == URL.spec;
+ +