summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-ImageData-workers.html
blob: 656c528cf6592774d05a4133d429cc2cebde3d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
startWorker("./resources/canvas-ImageData-workers.js");
</script>
</body>
</html>