| Index: LayoutTests/fast/dom/shadow/shadow-root-blur.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-root-blur.html b/LayoutTests/fast/dom/shadow/shadow-root-blur.html
|
| index bab6e6ac501a0e5d6f8198157bf0efb65bfb48c7..2ac8094653d0b15ad253dd0abf7b773a013ab4de 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-root-blur.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-root-blur.html
|
| @@ -13,9 +13,6 @@ description("This tests the blur() on on shadow host should work when a shadow h
|
| if (!window.internals)
|
| debug('This test runs on DRT only');
|
|
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| document.body.appendChild(
|
| createDOM('div', {'id':'shadowHostA'},
|
| createShadowRoot(
|
|
|