blob: 9ff47f9b399ec809ab5cc8889ca936f2c22d6545 (
plain)
1
2
3
4
5
6
7
8
9
|
<!doctype html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<canvas id="canvas" width="200" height="200"></canvas>
<script src="script-tests/canvas-path-context-clip.js"></script>
</body>
|