| Index: LayoutTests/fast/dom/shadow/compare-document-position.html
|
| diff --git a/LayoutTests/fast/dom/shadow/compare-document-position.html b/LayoutTests/fast/dom/shadow/compare-document-position.html
|
| index 72c41301945dd59ac970c1476fdbb50dbe118db8..ea7e52aeeaac5f7a48b05b096824076d3ef1dc88 100644
|
| --- a/LayoutTests/fast/dom/shadow/compare-document-position.html
|
| +++ b/LayoutTests/fast/dom/shadow/compare-document-position.html
|
| @@ -10,9 +10,6 @@
|
| <script>
|
| description("Tests for Node.compareDocumentPosition() for nodes in shadow tree.");
|
|
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| document.getElementById('sandbox').appendChild(
|
| createDOM('div', {'id': 'a1'},
|
| createDOM('div', {'id': 'a2'},
|
|
|