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

Unified Diff: sky/tests/clipping/canvas-rounded-corners.sky

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/tests/TestExpectations ('k') | sky/tests/dart/import-lib.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/clipping/canvas-rounded-corners.sky
diff --git a/sky/tests/clipping/canvas-rounded-corners.sky b/sky/tests/clipping/canvas-rounded-corners.sky
index e7ea17c4843e88f4545725671ff17cf72275950f..d527ef0bc1d65d04a2491e65b33d57f7cae6f213 100644
--- a/sky/tests/clipping/canvas-rounded-corners.sky
+++ b/sky/tests/clipping/canvas-rounded-corners.sky
@@ -16,9 +16,11 @@
</ul>
<canvas id="theCanvas" width="257" height="257"></canvas>
<script>
+ void main() {
var theCanvas = document.getElementById('theCanvas');
var context = theCanvas.getContext('2d');
- context.fillStyle = 'green';
+ context.fillColor = 'green';
context.fillRect(0, 0, theCanvas.width, theCanvas.width);
+ }
</script>
</sky>
« no previous file with comments | « sky/tests/TestExpectations ('k') | sky/tests/dart/import-lib.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698