1 This tests that an iframe with no src attribute uses the parent document's URL as a base when resolving non-fully-qualified URLs set by JavaScript.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.getElementById('theFrame').contentDocument.baseURI is 'about:blank'
7 PASS successfullyParsed is true
10 PASS document.getElementById('theFrame').contentDocument.body.innerHTML is 'PASS\n'
11 PASS successfullyParsed is true