| Index: LayoutTests/scrollbars/scrollable-iframe-remove-crash.html
|
| diff --git a/LayoutTests/scrollbars/scrollable-iframe-remove-crash.html b/LayoutTests/scrollbars/scrollable-iframe-remove-crash.html
|
| index 7d8177851b9003d33e1296745239788f03439fe8..7f886c82499c5c0478bf9ed6da67ebbdaabc74cf 100644
|
| --- a/LayoutTests/scrollbars/scrollable-iframe-remove-crash.html
|
| +++ b/LayoutTests/scrollbars/scrollable-iframe-remove-crash.html
|
| @@ -1,27 +1,27 @@
|
| -<html>
|
| -<script>
|
| -if (window.testRunner)
|
| -{
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| -}
|
| -
|
| -function scrollEventFired()
|
| -{
|
| - document.getElementById('console').innerHTML = "Scrolled by JavaScript scrollTo(): PASS";
|
| -
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}
|
| -
|
| -function runTest()
|
| -{
|
| - window.frames[0].onscroll = scrollEventFired;
|
| - window.frames[0].scrollTo(0, 50);
|
| -}
|
| -</script>
|
| -<junk id="console">
|
| -<iframe onload="runTest();" src="resources/scrollable-iframe.html">
|
| -</junk>
|
| -</html>
|
| -
|
| +<html>
|
| +<script>
|
| +if (window.testRunner)
|
| +{
|
| + testRunner.dumpAsText();
|
| + testRunner.waitUntilDone();
|
| +}
|
| +
|
| +function scrollEventFired()
|
| +{
|
| + document.getElementById('console').innerHTML = "Scrolled by JavaScript scrollTo(): PASS";
|
| +
|
| + if (window.testRunner)
|
| + testRunner.notifyDone();
|
| +}
|
| +
|
| +function runTest()
|
| +{
|
| + window.frames[0].onscroll = scrollEventFired;
|
| + window.frames[0].scrollTo(0, 50);
|
| +}
|
| +</script>
|
| +<junk id="console">
|
| +<iframe onload="runTest();" src="resources/scrollable-iframe.html">
|
| +</junk>
|
| +</html>
|
| +
|
|
|