| Index: LayoutTests/fast/dom/document-set-title-no-child-on-empty-expected.txt
|
| diff --git a/LayoutTests/fast/dom/document-set-title-no-child-on-empty-expected.txt b/LayoutTests/fast/dom/document-set-title-no-child-on-empty-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..65d70125ec6a600c001fe36375085dc74105aa6b
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/document-set-title-no-child-on-empty-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +On setting document.title to the empty string, no text node must be created
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS document.title is ""
|
| +PASS document.title is ""
|
| +PASS head.lastChild instanceof HTMLTitleElement is true
|
| +PASS head.lastChild.firstChild is null
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|