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