| Index: LayoutTests/fast/dom/shadow/shadow-root-js-api.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-root-js-api.html b/LayoutTests/fast/dom/shadow/shadow-root-js-api.html
|
| index 24e49395e50169be22b6f1d48829164db9ec1bda..66b87c90d2c0faff630784253f8baffda4066105 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-root-js-api.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-root-js-api.html
|
| @@ -12,9 +12,6 @@
|
| <script>
|
| description("Tests for ShadowRoot JS APIs. Can only run within DRT");
|
|
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| // (which is always enabled in testing).
|
| shouldBeDefined("window.ShadowRoot");
|
| shouldThrow("new window.ShadowRoot(document.createElement('div'))");
|
|
|