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

Unified Diff: sky/tests/widgets/dialog-expected.txt

Issue 1201273002: Add a confirmation dialog to stock app Settings page and style it by default (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove unused import 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
Index: sky/tests/widgets/dialog-expected.txt
diff --git a/sky/tests/widgets/dialog-expected.txt b/sky/tests/widgets/dialog-expected.txt
index 54846bf81de8dbff01b46c646c3db2d5e5b48ec7..2c4233fb57909864ad9135c5fe459d0de64bc2d9 100644
--- a/sky/tests/widgets/dialog-expected.txt
+++ b/sky/tests/widgets/dialog-expected.txt
@@ -13,14 +13,20 @@ 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 | | | TestDisplayList() constructor: 800.0 x 600.0
-2 | | | paintChild RenderConstrainedBox at Point(260.0, 276.0)
+2 | | | paintChild RenderPadding at Point(220.0, 212.5)
2 | | | | TestDisplayList() constructor: 800.0 x 600.0
-2 | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffffffff), drawLooper:true))
-2 | | | | paintChild RenderParagraph at Point(0.0, 0.0)
-2 | | | | | TestDisplayList() constructor: 800.0 x 600.0
-2 | | | | paintChild RenderParagraph at Point(0.0, 16.0)
-2 | | | | | TestDisplayList() constructor: 800.0 x 600.0
-2 | | | | paintChild RenderParagraph at Point(0.0, 32.0)
+2 | | | | paintChild RenderConstrainedBox at Point(40.0, 24.0)
2 | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | | drawRRect(Instance of 'RRect', Paint(color:Color(0xffffffff), drawLooper:true))
+2 | | | | | paintChild RenderPadding at Point(0.0, 0.0)
+2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | | | paintChild RenderParagraph at Point(24.0, 24.0)
+2 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | | paintChild RenderPadding at Point(0.0, 48.0)
+2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | | | paintChild RenderParagraph at Point(24.0, 20.0)
+2 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | | paintChild RenderParagraph at Point(0.0, 111.0)
+2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0
------------------------------------------------------------------------
PAINTED 2 FRAMES
« sky/sdk/lib/widgets/flat_button.dart ('K') | « sky/tests/widgets/buttons-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698