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