summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-imageData-create-nonfinite.html
blob: f2c8f9a88cf928003384e1458653d13308f2e49f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<head>
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
<canvas id="canvas" width=600 height=300>
<script src="resources/canvas-2d-imageData-create-nonfinite.js"></script>
<script src="../js/resources/js-test-post.js"></script>
</body>