blob: ad0cd02fb1ad75d9e8c83dd45cdbda4421390175 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function start() {
if (window.internals)
internals.settings.setFrameFlatteningEnabled(true);
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
}
</script>
</head>
<body>
<p>This tests the number of resize events dispatched to JavaScript.</p>
<p id='result'></p>
<iframe onload='start();' frameborder=0; src='resources/iframe-to-resize.html'>
</body>
</html>