| OLD | NEW |
| 1 PASS endsWith(document.querySelector('base').href, 'foo/bar/') is true | 1 PASS endsWith(document.querySelector('base').href, 'foo/bar/') is true |
| 2 PASS endsWith(document.querySelector('base').href, 'foo/bar/foo/bar/') is false | 2 PASS endsWith(document.querySelector('base').href, 'foo/bar/foo/bar/') is false |
| 3 PASS endsWith(document.querySelector('base').href, '/null') is true | 3 PASS endsWith(document.querySelector('base').href, '/null') is true |
| 4 PASS documentWithoutAView.querySelector('base').href is "" | 4 PASS documentWithoutAView.querySelector('base').href is "" |
| 5 PASS documentWithoutAView.querySelector('base').href is "http://webkit.org/" | 5 PASS documentWithoutAView.querySelector('base').href is "http://webkit.org/" |
| 6 PASS iframe.contentDocument.querySelector('base').href is "" | 6 PASS iframe.contentDocument.querySelector('base').href is "" |
| 7 PASS newWindow.document.querySelector('base').href is "" | 7 PASS newWindow.document.querySelector('base').href is "" |
| 8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 9 | 9 |
| 10 TEST COMPLETE | 10 TEST COMPLETE |
| 11 | 11 |
| OLD | NEW |