blob: 6c763be1606c521efa8543ca1ffaae7155d925f0 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText(false);
var canvas = document.createElement("canvas");
canvas.getContext("2d").getImageData(10, 0xffffffff, 2147483647,10);
</script>
</head>
<body>
PASSED (If this page did not crash.)
</body>
</html>