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