Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: LayoutTests/fast/canvas/alpha.html

Issue 14298018: This CL implements the first draft of Canvas 2D Context Attributes, aka getContext('2d', { alpha: f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased to ToT; test cleanup Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/canvas/alpha.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..43be2006f9c8927dfab2fce8d28fc5954cfae31d
--- /dev/null
+++ b/LayoutTests/fast/canvas/alpha.html
@@ -0,0 +1,14 @@
+<!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>
+<canvas id="canvas4" width="8" height="8"></canvas>
+<script src="alpha.js"></script>
+<script src="../js/resources/js-test-post.js"></script>
+</body>
+</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/canvas/alpha.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698