Chromium Code Reviews| Index: LayoutTests/fast/canvas/alpha.html |
| diff --git a/LayoutTests/fast/canvas/alpha.html b/LayoutTests/fast/canvas/alpha.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5454379c2587c36898153a9627e153b212b21855 |
| --- /dev/null |
| +++ b/LayoutTests/fast/canvas/alpha.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE HTML> |
| +<html> |
| +<head> |
| +<script src="../js/resources/js-test-pre.js"></script> |
| +</head> |
| +<body> |
| +<canvas id="canvas1" width="8" height="8"></canvas> |
| +<canvas id="canvas2" width="8" height="8"></canvas> |
| +<canvas id="canvas3" width="8" height="8"></canvas> |
| +<script src="alpha.js"></script> |
| +<script src="../js/resources/js-test-post.js"></script> |
| +</body> |
| +</html> |