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

Unified Diff: LayoutTests/fast/canvas/canvas-bg-expected.html

Issue 302083006: Fixed layout test fast/canvas/canvas-bg.html to work with accelerated canvas (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « LayoutTests/fast/canvas/canvas-bg.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-bg-expected.html
diff --git a/LayoutTests/fast/canvas/canvas-bg-expected.html b/LayoutTests/fast/canvas/canvas-bg-expected.html
index 6e793f2febe7f313b9d9ce276dff7c4710e1e437..65c36a18a76f9728b40a855e508efdbe7aad6e39 100644
--- a/LayoutTests/fast/canvas/canvas-bg-expected.html
+++ b/LayoutTests/fast/canvas/canvas-bg-expected.html
@@ -10,7 +10,7 @@ function draw() {
ctx.fillRect (10, 310, 55, 50);
ctx.fillRect (310, 310, 55, 50);
- ctx.fillStyle = "rgba(0, 0, 200, 0.5)";
+ ctx.fillStyle = "rgb(0, 0, 200)";
ctx.fillRect (30, 30, 55, 50);
ctx.fillRect (330, 30, 55, 50);
ctx.fillRect (30, 330, 55, 50);
« no previous file with comments | « LayoutTests/fast/canvas/canvas-bg.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698