| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/multiple-base-elements-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/multiple-base-elements-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/multiple-base-elements-expected.txt
|
| deleted file mode 100644
|
| index 8afcc8f76a2b59326080741a06b5b67e5f0d7f91..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLBaseElement/multiple-base-elements-expected.txt
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -Test the behavior of multiple base elements.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS clean(anchor.href) is 'http://originalbase.com/file'
|
| -PASS document.head.appendChild(base), clean(anchor.href) is 'http://domain.com/base/file'
|
| -PASS base.href = 'http://domain.com/base-changed/', clean(anchor.href) is 'http://domain.com/base-changed/file'
|
| -PASS document.head.removeChild(base), clean(anchor.href) is 'http://originalbase.com/file'
|
| -PASS document.head.appendChild(base), document.head.appendChild(base2), clean(anchor.href) is 'http://domain.com/base/file'
|
| -PASS base.removeAttribute('href'), clean(anchor.href) is 'http://domain.com/base2/file'
|
| -PASS document.head.appendChild(base3), clean(anchor.href) is 'http://domain.com/base2/file'
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|