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

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: Fixes from review comments; remove WebPreferences.h changes; fix comment. 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
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>

Powered by Google App Engine
This is Rietveld 408576698