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

Unified Diff: sky/tests/examples/stocks-expected.txt

Issue 1212803003: Fix tests which broke in https://codereview.chromium.org/1216013003. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « sky/tests/examples/sector-expected.txt ('k') | sky/tests/widgets/buttons-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/examples/stocks-expected.txt
diff --git a/sky/tests/examples/stocks-expected.txt b/sky/tests/examples/stocks-expected.txt
index bffc18a99bc7d54efcdf0fb4fd7773486df8c902..4c4c91ee60bbbb40e4d4d9748e306c2b500a96bd 100644
--- a/sky/tests/examples/stocks-expected.txt
+++ b/sky/tests/examples/stocks-expected.txt
@@ -47,7 +47,7 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
2 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0)
2 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
-2 | | | | drawCircle(Point(1120.0, 820.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
+2 | | | | drawCircle(Point(756.0, 556.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
2 | | | | saveLayer(Rect.fromLTRB(728.0, 528.0, 784.0, 584.0), Paint(color:Color(0xff000000)))
2 | | | | clipPath(Instance of 'Path')
2 | | | | paintChild RenderImage at Point(744.0, 544.0)
@@ -98,7 +98,7 @@ PAINT FOR FRAME #3 ----------------------------------------------
3 | | | | | | | | TestRenderCanvas() constructor: 800.0 x 600.0
3 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0)
3 | | | | TestRenderCanvas() constructor: 800.0 x 600.0
-3 | | | | drawCircle(Point(1120.0, 820.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
+3 | | | | drawCircle(Point(756.0, 556.0), 28.0, Paint(color:Color(0xffff5252), drawLooper:true))
3 | | | | saveLayer(Rect.fromLTRB(728.0, 528.0, 784.0, 584.0), Paint(color:Color(0xff000000)))
3 | | | | clipPath(Instance of 'Path')
3 | | | | paintChild RenderImage at Point(744.0, 544.0)
« no previous file with comments | « sky/tests/examples/sector-expected.txt ('k') | sky/tests/widgets/buttons-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698