| Index: LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
|
| diff --git a/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html b/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
|
| index a53c1e3d72f489937a38714f9c6fee0ea164e604..bf572912bd0588add6c7a1eba25b7597d56319f8 100644
|
| --- a/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
|
| +++ b/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root.html
|
| @@ -25,9 +25,6 @@ function prepareDomTree(parent)
|
|
|
| function test()
|
| {
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| prepareDomTree(document.body);
|
| shouldBeEqualToString("getNodeInTreeOfTrees('divA/inputB').id", 'inputB');
|
| shouldBeEqualToString("getNodeInTreeOfTrees('divA/divC').id", 'divC');
|
|
|