Chromium Code Reviews| Index: LayoutTests/fast/parser/document-write-onload-nesting.html |
| diff --git a/LayoutTests/fast/parser/document-write-onload-nesting.html b/LayoutTests/fast/parser/document-write-onload-nesting.html |
| index 1091f8f37b8dcbf6b01eeb08abb8315d2b0b8c98..3b5578013adb2486721d62c33369177ed734d37a 100644 |
| --- a/LayoutTests/fast/parser/document-write-onload-nesting.html |
| +++ b/LayoutTests/fast/parser/document-write-onload-nesting.html |
| @@ -2,4 +2,4 @@ |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| </script> |
| -<iframe onload="document.write('<p>PASS<iframe onload="document.write(\'<p>\')"></iframe>');"></iframe> |
| +<iframe onload="document.write('<p>PASS<iframe onload="document.write(\'<p>\')"></iframe>'); document.close();"></iframe> |