| Index: webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/window-collection-length-no-crash.html (working copy)
|
| @@ -1,22 +0,0 @@
|
| -<HTML>
|
| -<script>
|
| -if (window.layoutTestController) {
|
| - window.layoutTestController.dumpAsText();
|
| - window.layoutTestController.waitUntilDone();
|
| -}
|
| -
|
| -function run_test() {
|
| - var f = window.frames;
|
| - document.getElementsByTagName("form")[0].submit();
|
| - f.length;
|
| - window.layoutTestController.notifyDone();
|
| -}
|
| -
|
| -</script>
|
| -<BODY onload="run_test()">
|
| -<form action="about:blank" method="GET"></form>
|
| -This test windows.frames.length does not crash the browser after
|
| -the frame navigates away from the current page.<br>
|
| -You should not see this message if the test passes.<br>
|
| -</BODY>
|
| -</HTML>
|
|
|