| Index: LayoutTests/fast/events/beforeload-iframe-crash.html
|
| diff --git a/LayoutTests/fast/events/beforeload-iframe-crash.html b/LayoutTests/fast/events/beforeload-iframe-crash.html
|
| deleted file mode 100644
|
| index 6b28e81d4b8acafdba0a3b77b3ebb57a44a48088..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/events/beforeload-iframe-crash.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<iframe></iframe><object onbeforeload="crash()">
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| -}
|
| -
|
| -function crash() {
|
| - document.getElementsByTagName("iframe")[0].contentWindow.scrollX;
|
| - document.open();
|
| -}
|
| -
|
| -document.body.offsetLeft;
|
| -setTimeout(function() {
|
| - document.close();
|
| - document.body.innerHTML = 'PASS if not crashed.';
|
| - testRunner.notifyDone();
|
| -}, 1);
|
| -</script>
|
|
|