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