| Index: LayoutTests/fast/frames/document-write-in-iframe-onload-3.html
|
| diff --git a/LayoutTests/fast/frames/document-write-in-iframe-onload-3.html b/LayoutTests/fast/frames/document-write-in-iframe-onload-3.html
|
| index b37961e96dbce53c328091ab3f4dd00d9ed5676c..c01cd9617a769a5ba479e972db225aaef165a3c2 100644
|
| --- a/LayoutTests/fast/frames/document-write-in-iframe-onload-3.html
|
| +++ b/LayoutTests/fast/frames/document-write-in-iframe-onload-3.html
|
| @@ -3,4 +3,4 @@ if (window.testRunner)
|
| testRunner.dumpAsText();
|
| </script>
|
| FAIL
|
| -<iframe onload="document.write('<p>PASS (1 of 2)<p>PASS (2 of 2)');"></iframe>
|
| +<iframe onload="document.write('<p>PASS (1 of 2)<p>PASS (2 of 2)'); document.close();"></iframe>
|
|
|