| Index: LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt b/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt
|
| index a7abd3f6771ba3a131469c8b976c78c817e09d99..3c667db93c6a4666fa14ed12a24ac6c2c79bf2bf 100644
|
| --- a/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document-expected.txt
|
| @@ -1,7 +1,6 @@
|
| PASS endsWith(document.querySelector('base').href, 'foo/bar/') is true
|
| PASS endsWith(document.querySelector('base').href, 'foo/bar/foo/bar/') is false
|
| -PASS document.querySelector('base').hasAttribute('href') is false
|
| -PASS endsWith(document.querySelector('base').href, '/href-attribute-resolves-with-respect-to-document.html') is true
|
| +PASS endsWith(document.querySelector('base').href, '/null') is true
|
| PASS documentWithoutAView.querySelector('base').href is ""
|
| PASS documentWithoutAView.querySelector('base').href is "http://webkit.org/"
|
| PASS iframe.contentDocument.querySelector('base').href is ""
|
|
|