Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / srcdoc / srcdoc-urls-expected.txt
blob275eb7543820d1c462c2821a71e841f0c715c781
1 ALERT: document.URL = about:srcdoc
2 ALERT: document.baseURI = http://example.com/base/URI/of/parent.html
3 ALERT: After <base> element:
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 its document.URI).