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

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

Issue 1217573003: Fix all the components to pick the right colours from the theme. (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/examples/styled_text-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 72c56cb0c37488009e2e7f994b04abd04a16ba70..fafea500fe13ade3b03e3d8b65195947d2ee29e2 100644
--- a/sky/tests/examples/stocks-expected.txt
+++ b/sky/tests/examples/stocks-expected.txt
@@ -31,12 +31,12 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | paintChild RenderImage at Point(16.0, 41.0)
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | paintChild RenderPadding at Point(48.0, 41.0)
+2 | | | | | | paintChild RenderPadding at Point(48.0, 39.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | | paintChild RenderParagraph at Point(72.0, 41.0)
+2 | | | | | | | paintChild RenderParagraph at Point(72.0, 39.0)
2 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | | | translate(72.0, 41.0)
-2 | | | | | | | | translate(-72.0, -41.0)
+2 | | | | | | | | translate(72.0, 39.0)
+2 | | | | | | | | translate(-72.0, -39.0)
2 | | | | | | paintChild RenderPadding at Point(712.0, 33.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | | | paintChild RenderImage at Point(720.0, 41.0)
@@ -82,12 +82,12 @@ PAINT FOR FRAME #3 ----------------------------------------------
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | paintChild RenderImage at Point(16.0, 41.0)
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-3 | | | | | | paintChild RenderPadding at Point(48.0, 41.0)
+3 | | | | | | paintChild RenderPadding at Point(48.0, 39.0)
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-3 | | | | | | | paintChild RenderParagraph at Point(72.0, 41.0)
+3 | | | | | | | paintChild RenderParagraph at Point(72.0, 39.0)
3 | | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-3 | | | | | | | | translate(72.0, 41.0)
-3 | | | | | | | | translate(-72.0, -41.0)
+3 | | | | | | | | translate(72.0, 39.0)
+3 | | | | | | | | translate(-72.0, -39.0)
3 | | | | | | paintChild RenderPadding at Point(712.0, 33.0)
3 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
3 | | | | | | | paintChild RenderImage at Point(720.0, 41.0)
« no previous file with comments | « sky/tests/examples/sector-expected.txt ('k') | sky/tests/examples/styled_text-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698