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

Side by Side Diff: sky/tests/widgets/dialog-expected.txt

Issue 1189893002: Add a basic Dialog (Closed) Base URL: git@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 unified diff | Download patch
« no previous file with comments | « sky/tests/widgets/dialog.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 CONSOLE: TestRenderView enabled
2 CONSOLE:
3 PAINT FOR FRAME #1 ----------------------------------------------
4 1 | TestDisplayList() constructor: 800.0 x 600.0
5 ------------------------------------------------------------------------
6 CONSOLE:
7 PAINT FOR FRAME #2 ----------------------------------------------
8 2 | TestDisplayList() constructor: 800.0 x 600.0
9 2 | paintChild RenderStack at Point(0.0, 0.0)
10 2 | | TestDisplayList() constructor: 800.0 x 600.0
11 2 | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
12 2 | | | TestDisplayList() constructor: 800.0 x 600.0
13 2 | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(Color(0x7f000000 )))
14 2 | | paintChild RenderPositionedBox at Point(0.0, 0.0)
15 2 | | | TestDisplayList() constructor: 800.0 x 600.0
16 2 | | | paintChild RenderConstrainedBox at Point(260.0, 284.0)
17 2 | | | | TestDisplayList() constructor: 800.0 x 600.0
18 2 | | | | drawRRect(Instance of 'RRect', Paint(Color(0xfffafafa)))
19 2 | | | | paintChild RenderParagraph at Point(0.0, 0.0)
20 2 | | | | | TestDisplayList() constructor: 800.0 x 600.0
21 2 | | | | paintChild RenderParagraph at Point(0.0, 16.0)
22 2 | | | | | TestDisplayList() constructor: 800.0 x 600.0
23 ------------------------------------------------------------------------
24 PAINTED 2 FRAMES
OLDNEW
« no previous file with comments | « sky/tests/widgets/dialog.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698