| Index: LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
|
| diff --git a/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html b/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
|
| similarity index 79%
|
| copy from LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html
|
| copy to LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
|
| index a80980c3bec44b933fd26e1088fdfe55550ef7aa..4631e8d2e61dec73d9ee417a1397e83d862ba830 100644
|
| --- a/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html
|
| +++ b/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html
|
| @@ -11,7 +11,7 @@ if (window.testRunner) {
|
| <body>
|
| <div>This tests if removing the iframe, while the iframe's object's beforeload is executed is safe.</div>
|
| <div>PASS if no crash is observed, while loading iframe.</div>
|
| -<iframe seamless=seamless onload='setTimeout("if (window.testRunner) testRunner.notifyDone()", 100);'
|
| +<iframe onload='setTimeout("if (window.testRunner) testRunner.notifyDone()", 100);'
|
| src='resources/remove-this-during-object-beforeload.html'></iframe>
|
| </body>
|
| </html>
|
|
|