| Index: LayoutTests/scrollbars/resources/hidden-iframe-scrollbar-crash2.html
|
| diff --git a/LayoutTests/scrollbars/resources/hidden-iframe-scrollbar-crash2.html b/LayoutTests/scrollbars/resources/hidden-iframe-scrollbar-crash2.html
|
| deleted file mode 100644
|
| index 9283aea2ea747cb5a85f956387043eeed4f63ac1..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/scrollbars/resources/hidden-iframe-scrollbar-crash2.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<html>
|
| -<body><p>
|
| -This is some text to force a scrollbar to appear.
|
| -This is some text to force a scrollbar to appear.
|
| -This is some text to force a scrollbar to appear.
|
| -</p>
|
| -<img id="i" onbeforeload="beforeload()" onload="pass()">
|
| -</body>
|
| -<script>
|
| -function beforeload()
|
| -{
|
| - setTimeout(function() {
|
| - var win = window.parent;
|
| - win.document.getElementById("iframe").style.display = "none";
|
| - });
|
| - return true;
|
| -}
|
| -
|
| -function pass()
|
| -{
|
| - var win = window.parent;
|
| - win.document.getElementById("iframe").style.display = "";
|
| - win.document.body.appendChild(document.createTextNode("PASSED"));
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}
|
| -</script>
|
| -</html>
|
|
|