blob: 275eb7543820d1c462c2821a71e841f0c715c781 [file] [log] [blame]
ALERT: document.URL = about:srcdoc
ALERT: document.baseURI = http://example.com/base/URI/of/parent.html
ALERT: After <base> element:
ALERT: document.baseURI = http://example.org/base/URI/from/child/base/tag.html
A srcdoc document should inherit its document.baseURI from its parent (but not its document.URI).