| Index: LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html b/LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html
|
| index de5835b287ab3df8695fe8202755fee690636265..0c5f998258c27d1d01747c36ed6bed2e58c66061 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html
|
| @@ -12,9 +12,6 @@ description("This tests the innerHTML property of a shadow root.");
|
| if (!window.internals)
|
| debug('This test runs on DRT only');
|
|
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| -
|
| host = document.createElement("div");
|
| document.body.appendChild(host);
|
| root = host.createShadowRoot();
|
| @@ -41,7 +38,6 @@ shouldBe("root.firstChild.nodeName", "'P'");
|
| shouldBe("root.querySelectorAll('div')", "[]");
|
| shouldBe("root.getElementById('p3').innerHTML", "'HelloWorld'");
|
|
|
| -}
|
| var successfullyParsed = true;
|
| </script>
|
| </body>
|
|
|