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;