| Index: LayoutTests/fast/dom/shadow/compare-treescope-position.html
|
| diff --git a/LayoutTests/fast/dom/shadow/compare-treescope-position.html b/LayoutTests/fast/dom/shadow/compare-treescope-position.html
|
| index fba10bda323834036b42c39991bca7fd20f6600d..da72905f979a8456ae1da2625ce080cfcf207cf1 100644
|
| --- a/LayoutTests/fast/dom/shadow/compare-treescope-position.html
|
| +++ b/LayoutTests/fast/dom/shadow/compare-treescope-position.html
|
| @@ -10,9 +10,6 @@
|
| <script>
|
| description("Tests for TreeScope.comparePosition().");
|
|
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| document.getElementById('sandbox').appendChild(
|
| createDOM('div', {'id': 'a1'},
|
| createDOM('div', {'id': 'a2'},
|
| @@ -26,7 +23,7 @@ document.getElementById('sandbox').appendChild(
|
| createDOM('div', {'id': 'c2'},
|
| createShadowRoot({'id': 'sr3'},
|
| createDOM('div', {'id': 'c3'}))))))));
|
| -
|
| +
|
| var sr1, sr2, sr3;
|
|
|
| function testCompareTreeScopePosition()
|
|
|