3 testRunner
.dumpAsText();
5 A srcdoc document should inherit its document.baseURI from its parent (but not
7 <base href=
"http://example.com/base/URI/of/parent.html">
10 alert('document.URL = ' + document.URL);
11 alert('document.baseURI = ' + document.baseURI);
13 <base href='http://example.org/base/URI/from/child/base/tag.html'>
15 alert('After <base> element:');
16 alert('document.baseURI = ' + document.baseURI);