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

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

Issue 290143007: canvas.getContext with alpha:undefined should behave like alpha:true (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test expectations Created 6 years, 7 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
index 3bfa8b5d963083200d692facf4e8ef23add16f97..9cffba427b77aa0b7fb3b817f8af8c64c85083fb 100644
--- a/LayoutTests/fast/canvas/alpha.html
+++ b/LayoutTests/fast/canvas/alpha.html
@@ -8,6 +8,8 @@
<canvas id="canvas2" width="8" height="8"></canvas>
<canvas id="canvas3" width="8" height="8"></canvas>
<canvas id="canvas4" width="8" height="8"></canvas>
+<canvas id="canvas5" width="8" height="8"></canvas>
+<canvas id="canvas6" width="8" height="8"></canvas>
<script src="alpha.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698