Chromium Code Reviews| Index: LayoutTests/http/tests/svg/tref-adoptNode-crash.html |
| diff --git a/LayoutTests/http/tests/svg/tref-adoptNode-crash.html b/LayoutTests/http/tests/svg/tref-adoptNode-crash.html |
| index afa5e7f4cb2889b35b1c03836e81f586e00a4388..c47b0bc419cefc2ab4f7611ad8337618b29f1dd7 100644 |
| --- a/LayoutTests/http/tests/svg/tref-adoptNode-crash.html |
| +++ b/LayoutTests/http/tests/svg/tref-adoptNode-crash.html |
| @@ -17,6 +17,7 @@ |
| r.surroundContents( e ); |
| e.id = 's'; |
| document.write("If this text is visible and the test did not crash, this test passes"); |
| + document.close(); |
| if (window.testRunner) |
| testRunner.notifyDone(); |
| } |