| Index: LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html b/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
|
| index 73f3c207e1ced40ad9a6e2e15e4a4b42bab308cd..e415641d676d3b115f0eb78edd8836e78c817250 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
|
| @@ -7,10 +7,8 @@ description("Garbage collection of Selection objects with shorter lifetimes must
|
| // itself from its window on finalization.
|
|
|
| self.jsTestIsAsync = true;
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| +if (window.testRunner)
|
| testRunner.waitUntilDone();
|
| -}
|
|
|
| function runTest() {
|
| var out = document.getElementById("out");
|
|
|