<!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> |