Chromium Code Reviews| Index: LayoutTests/fast/canvas/canvas-path-context-fill.html |
| diff --git a/LayoutTests/fast/canvas/canvas-path-context-fill.html b/LayoutTests/fast/canvas/canvas-path-context-fill.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..073f1ac9307df0b08c56fd48ad84c36d5862ee6f |
| --- /dev/null |
| +++ b/LayoutTests/fast/canvas/canvas-path-context-fill.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-fill.js"></script> |
| +</body> |