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

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: IDL 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
Index: LayoutTests/fast/canvas/alpha.html
diff --git a/LayoutTests/fast/canvas/canvas-to-canvas.html b/LayoutTests/fast/canvas/alpha.html
similarity index 55%
copy from LayoutTests/fast/canvas/canvas-to-canvas.html
copy to LayoutTests/fast/canvas/alpha.html
index 3d0510eddbe51bf4746a5f11a8212d233ea5cbac..8248ebb04872a93b3ea14abfce40639e8c2308d9 100644
--- a/LayoutTests/fast/canvas/canvas-to-canvas.html
+++ b/LayoutTests/fast/canvas/alpha.html
@@ -4,7 +4,9 @@
<script src="../js/resources/js-test-pre.js"></script>
</head>
<body>
-<script src="script-tests/canvas-to-canvas.js"></script>
+<canvas id="canvas1" width="8" height="8"></canvas>
+<canvas id="canvas2" 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