| Index: webkit/data/layout_tests/chrome/fast/events/iframe-onload-remove-self-no-crash.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/events/iframe-onload-remove-self-no-crash.html (revision 2984)
|
| +++ webkit/data/layout_tests/chrome/fast/events/iframe-onload-remove-self-no-crash.html (working copy)
|
| @@ -1,4 +1,8 @@
|
| <html>
|
| +<script>
|
| +if (window.layoutTestController)
|
| + layoutTestController.dumpAsText();
|
| +</script>
|
| <script src="resources/iframe-onload-remove-self-no-crash.js"></script>
|
| <body>
|
| This tests that setting remove a child frame in onload event handler
|
|
|