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

Side by Side Diff: sky/tests/raw/render_flex-expected.txt

Issue 1232063006: Remove "RenderBlock" class from examples that use it without giving it unrestricted height. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/raw/render_flex.dart ('k') | sky/tests/widgets/syncs1.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE: unittest-suite-wait-for-done 1 CONSOLE: unittest-suite-wait-for-done
2 CONSOLE: TestRenderView enabled 2 CONSOLE: TestRenderView enabled
3 CONSOLE: 3 CONSOLE:
4 PAINT FOR FRAME #1 ---------------------------------------------- 4 PAINT FOR FRAME #1 ----------------------------------------------
5 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 5 1 | TestPaintingCanvas() constructor: 800.0 x 600.0
6 1 | paintChild RenderDecoratedBox at Point(0.0, 0.0) 6 1 | paintChild RenderDecoratedBox at Point(0.0, 0.0)
7 1 | | TestPaintingCanvas() constructor: 800.0 x 600.0 7 1 | | TestPaintingCanvas() constructor: 800.0 x 600.0
8 1 | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(color:Color(0xff000 000))) 8 1 | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(color:Color(0xff000 000)))
9 1 | | paintChild RenderFlex at Point(0.0, 0.0) 9 1 | | paintChild RenderFlex at Point(0.0, 0.0)
10 1 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 10 1 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
11 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0) 11 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0)
12 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 12 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
13 1 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 82.5), Paint(color:Color(0x ffffff00))) 13 1 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 120.0), Paint(color:Color(0 xffffff00)))
14 1 | | | paintChild RenderSolidColor at Point(350.0, 82.5) 14 1 | | | paintChild RenderSolidColor at Point(350.0, 120.0)
15 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 15 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
16 1 | | | | drawRect(Rect.fromLTRB(350.0, 82.5, 450.0, 182.5), Paint(color:Colo r(0x7700ffff))) 16 1 | | | | drawRect(Rect.fromLTRB(350.0, 120.0, 450.0, 220.0), Paint(color:Col or(0x7700ffff)))
17 1 | | | paintChild RenderPadding at Point(0.0, 182.5) 17 1 | | | paintChild RenderPadding at Point(390.0, 220.0)
18 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 18 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
19 1 | | | | paintChild RenderDecoratedBox at Point(10.0, 192.5) 19 1 | | | | paintChild RenderDecoratedBox at Point(400.0, 230.0)
20 1 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 20 1 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
21 1 | | | | | drawRect(Rect.fromLTRB(10.0, 192.5, 790.0, 342.5), Paint(color:C olor(0xffffffff))) 21 1 | | | | | drawRect(Rect.fromLTRB(400.0, 230.0, 400.0, 230.0), Paint(color: Color(0xffffffff)))
22 1 | | | | | paintChild RenderBlock at Point(10.0, 192.5) 22 1 | | | paintChild RenderDecoratedBox at Point(0.0, 240.0)
23 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
24 1 | | | | drawRect(Rect.fromLTRB(0.0, 240.0, 800.0, 600.0), Paint(color:Color (0xff333333)))
25 1 | | | | paintChild RenderFlex at Point(0.0, 240.0)
26 1 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
27 1 | | | | | paintChild RenderSolidColor at Point(0.0, 240.0)
23 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 28 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
24 1 | | | | | | paintChild RenderSolidColor at Point(10.0, 192.5) 29 1 | | | | | | drawRect(Rect.fromLTRB(0.0, 240.0, 266.6666564941406, 600.0), Paint(color:Color(0x77ff00ff)))
25 1 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 30 1 | | | | | paintChild RenderSolidColor at Point(266.6666666666667, 240.0)
26 1 | | | | | | | drawRect(Rect.fromLTRB(10.0, 192.5, 790.0, 242.5), Paint(c olor:Color(0xff00ff00)))
27 1 | | | | | | paintChild RenderSolidColor at Point(10.0, 242.5)
28 1 | | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
29 1 | | | | | | | drawRect(Rect.fromLTRB(10.0, 242.5, 790.0, 342.5), Paint(c olor:Color(0x7700ffff)))
30 1 | | | paintChild RenderDecoratedBox at Point(0.0, 352.5)
31 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
32 1 | | | | drawRect(Rect.fromLTRB(0.0, 352.5, 800.0, 600.0), Paint(color:Color (0xff333333)))
33 1 | | | | paintChild RenderFlex at Point(0.0, 352.5)
34 1 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
35 1 | | | | | paintChild RenderSolidColor at Point(0.0, 352.5)
36 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 31 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
37 1 | | | | | | drawRect(Rect.fromLTRB(0.0, 352.5, 266.6666564941406, 600.0), Paint(color:Color(0x77ff00ff))) 32 1 | | | | | | drawRect(Rect.fromLTRB(266.6666564941406, 240.0, 800.0, 600.0 ), Paint(color:Color(0xff0000ff)))
38 1 | | | | | paintChild RenderSolidColor at Point(266.6666666666667, 352.5)
39 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
40 1 | | | | | | drawRect(Rect.fromLTRB(266.6666564941406, 352.5, 800.0, 600.0 ), Paint(color:Color(0xff0000ff)))
41 ------------------------------------------------------------------------ 33 ------------------------------------------------------------------------
42 CONSOLE: PASS: should flex 34 CONSOLE: PASS: should flex
43 CONSOLE: 35 CONSOLE:
44 CONSOLE: All 1 tests passed. 36 CONSOLE: All 1 tests passed.
45 CONSOLE: unittest-suite-success 37 CONSOLE: unittest-suite-success
46 DONE 38 DONE
OLDNEW
« no previous file with comments | « sky/tests/raw/render_flex.dart ('k') | sky/tests/widgets/syncs1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698