blob: 8118d1c7123e5ae59ae049909e8198812ce4f53b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
iframe {
height: 400px;
width: 400px;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>This test should not crash.</p>
<iframe src="resources/tiled-layer-tall.html"></iframe>
</body>
</html>