Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLBaseElement / href-attribute-resolves-with-respect-to-document-expected.txt
blob3c667db93c6a4666fa14ed12a24ac6c2c79bf2bf
1 PASS endsWith(document.querySelector('base').href, 'foo/bar/') is true
2 PASS endsWith(document.querySelector('base').href, 'foo/bar/foo/bar/') is false
3 PASS endsWith(document.querySelector('base').href, '/null') is true
4 PASS documentWithoutAView.querySelector('base').href is ""
5 PASS documentWithoutAView.querySelector('base').href is "http://webkit.org/"
6 PASS iframe.contentDocument.querySelector('base').href is ""
7 PASS newWindow.document.querySelector('base').href is ""
8 PASS successfullyParsed is true
10 TEST COMPLETE