diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/canvas-path-context-stroke.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/canvas/canvas-path-context-stroke.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-path-context-stroke.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-path-context-stroke.html new file mode 100644 index 0000000..5f84cb2 --- /dev/null +++ b/third_party/WebKit/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> |