blob: 4f6bcacd2f07c917c294633ba60f2e1b18ab7e1d [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
window.onload = function () {
var frame = document.getElementById("frame");
var frameWindow = frame.contentWindow;
var rAF = frameWindow.requestAnimationFrame;
frame.parentElement.removeChild(frame);
rAF.call(frameWindow, function () { });
if (window.testRunner)
testRunner.notifyDone();
};
</script>
<body>
<iframe id="frame"></iframe>
This test passes if it does not crash.
</body>