| OLD | NEW |
| 1 ALERT: document.URL = about:srcdoc | 1 ALERT: document.URL = about:srcdoc |
| 2 ALERT: document.baseURI = http://example.com/base/URI/of/parent.html | 2 ALERT: document.baseURI = http://example.com/base/URI/of/parent.html |
| 3 ALERT: After <base> element: | 3 ALERT: After <base> element: |
| 4 ALERT: document.baseURI = http://example.org/base/URI/from/child/base/tag.html | 4 ALERT: document.baseURI = http://example.org/base/URI/from/child/base/tag.html |
| 5 A srcdoc document should inherit its document.baseURI from its parent (but not i
ts document.URI). | 5 A srcdoc document should inherit its document.baseURI from its parent (but not i
ts document.URI). |
| OLD | NEW |