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

Unified Diff: sky/tests/widgets/dialog-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/widgets/buttons-expected.txt ('k') | sky/tests/widgets/syncs1-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/widgets/dialog-expected.txt
diff --git a/sky/tests/widgets/dialog-expected.txt b/sky/tests/widgets/dialog-expected.txt
index 3527a53c04aadd022b260df71761c307b34c05c2..4bad17622fefd6210b413e002af397f3564cf145 100644
--- a/sky/tests/widgets/dialog-expected.txt
+++ b/sky/tests/widgets/dialog-expected.txt
@@ -13,28 +13,28 @@ PAINT FOR FRAME #2 ----------------------------------------------
2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(color:Color(0x7f000000)))
2 | | paintChild RenderPositionedBox at Point(0.0, 0.0)
2 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | paintChild RenderPadding at Point(220.0, 212.5)
+2 | | | paintChild RenderPadding at Point(220.0, 206.0)
2 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | paintChild RenderConstrainedBox at Point(260.0, 236.5)
+2 | | | | paintChild RenderConstrainedBox at Point(260.0, 230.0)
2 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
2 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffffffff), drawLooper:true))
-2 | | | | | paintChild RenderPadding at Point(260.0, 236.5)
+2 | | | | | paintChild RenderPadding at Point(260.0, 230.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | paintChild RenderParagraph at Point(284.0, 260.5)
+2 | | | | | | paintChild RenderParagraph at Point(284.0, 254.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | | translate(284.0, 260.5)
-2 | | | | | | | translate(-284.0, -260.5)
-2 | | | | | paintChild RenderPadding at Point(260.0, 284.5)
+2 | | | | | | | translate(284.0, 254.0)
+2 | | | | | | | translate(-284.0, -254.0)
+2 | | | | | paintChild RenderPadding at Point(260.0, 282.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | paintChild RenderParagraph at Point(284.0, 304.5)
+2 | | | | | | paintChild RenderParagraph at Point(284.0, 302.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | | translate(284.0, 304.5)
-2 | | | | | | | translate(-284.0, -304.5)
-2 | | | | | paintChild RenderFlex at Point(260.0, 347.5)
+2 | | | | | | | translate(284.0, 302.0)
+2 | | | | | | | translate(-284.0, -302.0)
+2 | | | | | paintChild RenderFlex at Point(260.0, 350.0)
2 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | paintChild RenderParagraph at Point(411.0, 347.5)
+2 | | | | | | paintChild RenderParagraph at Point(411.0, 350.0)
2 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
-2 | | | | | | | translate(411.0, 347.5)
-2 | | | | | | | translate(-411.0, -347.5)
+2 | | | | | | | translate(411.0, 350.0)
+2 | | | | | | | translate(-411.0, -350.0)
------------------------------------------------------------------------
PAINTED 2 FRAMES
« no previous file with comments | « sky/tests/widgets/buttons-expected.txt ('k') | sky/tests/widgets/syncs1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698