Chromium Code Reviews| 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 155c7b54150c2e5de2025c9928e8053c5439713e..beefbd8e2232e41f809ded4a1161075f3f06e852 100644 |
| --- a/LayoutTests/fast/dom/document-importNode-arguments-expected.txt |
| +++ b/LayoutTests/fast/dom/document-importNode-arguments-expected.txt |
| @@ -1,8 +1,7 @@ |
| -CONSOLE WARNING: The behavior of importNode() with no boolean argument is about to change from doing a deep clone to doing a shallow clone. Make sure to pass an explicit boolean argument to keep your current behavior. |
|
haraken
2014/07/05 03:57:42
This console message indicates that someone is int
kangil_
2014/07/05 04:00:32
Sure I will check.
|
| This page tests calling document.importNode. |
| -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 2 |
| PASS imported.textContent == 'hello world' is true |
| PASS imported.childNodes.length is 0 |