blob: 122622c25e0eec6ba440aa319e4a33326d2712a6 [file] [log] [blame]
<body>
PASS if no crash.
<iframe id="i"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var scrollingElement = i.contentDocument.scrollingElement;
i.remove();
scrollingElement.animate({"bottom": [0]});
</script>