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

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

Issue 327703005: The position of opaque black rect is incorrect when alpha is false. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: v/g/f/c/alpha.html needs rebaseline as well Created 6 years, 6 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') | Source/core/html/HTMLCanvasElement.cpp » ('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
index 3bfa8b5d963083200d692facf4e8ef23add16f97..2877d2ed27844bfd667021a195d6cc33dd752475 100644
--- a/LayoutTests/fast/canvas/alpha.html
+++ b/LayoutTests/fast/canvas/alpha.html
@@ -2,6 +2,15 @@
<html>
<head>
<script src="../../resources/js-test.js"></script>
+<style>
+
+ #canvas3 {
+ width : 100px;
+ height : 100px;
+ border : 1px solid green;
+ }
+
+</style>
</head>
<body>
<canvas id="canvas1" width="8" height="8"></canvas>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698