Chromium Code Reviews| Index: LayoutTests/fast/canvas/canvas-path-context-clip.html |
| diff --git a/LayoutTests/fast/canvas/canvas-path-context-clip.html b/LayoutTests/fast/canvas/canvas-path-context-clip.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9ff47f9b399ec809ab5cc8889ca936f2c22d6545 |
| --- /dev/null |
| +++ b/LayoutTests/fast/canvas/canvas-path-context-clip.html |
| @@ -0,0 +1,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> |