| Index: LayoutTests/fast/dom/shadow/shadow-root-activeElement.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-root-activeElement.html b/LayoutTests/fast/dom/shadow/shadow-root-activeElement.html
|
| index 3f442b29db5589306b1ae165c0f9a31ef115251e..87b538d983a934f5d65bd054b03ad8be9a804129 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-root-activeElement.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-root-activeElement.html
|
| @@ -14,9 +14,6 @@ description("This tests the activeElement property of a ShadowRoot.");
|
| if (!window.internals)
|
| debug('This test runs on DRT only');
|
|
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| document.getElementById('sandbox').appendChild(
|
| createDOM('div', {},
|
| createDOM('div', {'id': 'node-in-document', 'tabindex': 1}),
|
|
|