| Index: LayoutTests/fast/dom/document-importNode-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/dom/document-importNode-arguments-expected.txt b/LayoutTests/fast/dom/document-importNode-arguments-expected.txt
|
| index 3eb49353b9e0b2c5ae83e704f4975acafaf1c36e..a0e9550da161353bebdf4a9f5c082a028d67f73e 100644
|
| --- a/LayoutTests/fast/dom/document-importNode-arguments-expected.txt
|
| +++ b/LayoutTests/fast/dom/document-importNode-arguments-expected.txt
|
| @@ -2,8 +2,8 @@ This page tests calling document.importNode.
|
|
|
| PASS imported.childNodes.length is 2
|
| PASS imported.textContent == 'hello world' is true
|
| -PASS imported.childNodes.length is 2
|
| -PASS imported.textContent == 'hello world' is true
|
| +PASS imported.childNodes.length is 0
|
| +PASS imported.textContent == '' is true
|
| PASS imported.childNodes.length is 0
|
| PASS imported.textContent == '' is true
|
| PASS successfullyParsed is true
|
|
|