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

Unified Diff: LayoutTests/fast/canvas/canvas-bg.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/TestExpectations ('k') | LayoutTests/fast/canvas/canvas-bg-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/canvas-bg.html
diff --git a/LayoutTests/fast/canvas/canvas-bg.html b/LayoutTests/fast/canvas/canvas-bg.html
index 26a0da9bf90d9d9ce397374f970d642bb30d55e8..54df64841cfd598de8c2da75fb3309b9a8cc6794 100644
--- a/LayoutTests/fast/canvas/canvas-bg.html
+++ b/LayoutTests/fast/canvas/canvas-bg.html
@@ -11,7 +11,7 @@ function draw(w, h) {
ctx.fillStyle = "rgb(200,0,0)";
ctx.fillRect (10, 10, 55, 50);
- ctx.fillStyle = "rgba(0, 0, 200, 0.5)";
+ ctx.fillStyle = "rgb(0, 0, 200)";
ctx.fillRect (30, 30, 55, 50);
}
</script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/canvas/canvas-bg-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698