OLD | NEW |
1 CONSOLE: TestRenderView enabled | 1 CONSOLE: TestRenderView enabled |
2 CONSOLE: | 2 CONSOLE: |
3 PAINT FOR FRAME #1 ---------------------------------------------- | 3 PAINT FOR FRAME #1 ---------------------------------------------- |
4 1 | TestDisplayList() constructor: 800.0 x 600.0 | 4 1 | TestDisplayList() constructor: 800.0 x 600.0 |
5 ------------------------------------------------------------------------ | 5 ------------------------------------------------------------------------ |
6 CONSOLE: unittest-suite-wait-for-done | |
7 CONSOLE: | 6 CONSOLE: |
8 PAINT FOR FRAME #2 ---------------------------------------------- | 7 PAINT FOR FRAME #2 ---------------------------------------------- |
9 2 | TestDisplayList() constructor: 800.0 x 600.0 | 8 2 | TestDisplayList() constructor: 800.0 x 600.0 |
10 2 | paintChild RenderStack at Point(0.0, 0.0) | 9 2 | paintChild RenderStack at Point(0.0, 0.0) |
11 2 | | TestDisplayList() constructor: 800.0 x 600.0 | 10 2 | | TestDisplayList() constructor: 800.0 x 600.0 |
12 2 | | paintChild RenderScaffold at Point(0.0, 0.0) | 11 2 | | paintChild RenderScaffold at Point(0.0, 0.0) |
13 2 | | | TestDisplayList() constructor: 800.0 x 600.0 | 12 2 | | | TestDisplayList() constructor: 800.0 x 600.0 |
14 2 | | | paintChild RenderDecoratedBox at Point(0.0, 81.0) | 13 2 | | | paintChild RenderDecoratedBox at Point(0.0, 81.0) |
15 2 | | | | TestDisplayList() constructor: 800.0 x 600.0 | 14 2 | | | | TestDisplayList() constructor: 800.0 x 600.0 |
16 2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffaf
afa))) | 15 2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 519.0), Paint(Color(0xfffaf
afa))) |
(...skipping 28 matching lines...) Expand all Loading... |
45 2 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 | 44 2 | | | | | | | | TestDisplayList() constructor: 800.0 x 600.0 |
46 2 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0) | 45 2 | | | paintChild RenderDecoratedBox at Point(728.0, 528.0) |
47 2 | | | | TestDisplayList() constructor: 800.0 x 600.0 | 46 2 | | | | TestDisplayList() constructor: 800.0 x 600.0 |
48 2 | | | | drawCircle(28.0, 28.0, 28.0, Paint(Color(0xfff44336))) | 47 2 | | | | drawCircle(28.0, 28.0, 28.0, Paint(Color(0xfff44336))) |
49 2 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(Color(0xff0000
00))) | 48 2 | | | | saveLayer(Rect.fromLTRB(0.0, 0.0, 56.0, 56.0), Paint(Color(0xff0000
00))) |
50 2 | | | | clipPath(Instance of 'Path') | 49 2 | | | | clipPath(Instance of 'Path') |
51 2 | | | | paintChild RenderImage at Point(16.0, 16.0) | 50 2 | | | | paintChild RenderImage at Point(16.0, 16.0) |
52 2 | | | | | TestDisplayList() constructor: 800.0 x 600.0 | 51 2 | | | | | TestDisplayList() constructor: 800.0 x 600.0 |
53 2 | | | | restore | 52 2 | | | | restore |
54 ------------------------------------------------------------------------ | 53 ------------------------------------------------------------------------ |
55 CONSOLE: PASS: launching stock app | 54 PAINTED 2 FRAMES |
56 CONSOLE: | |
57 CONSOLE: All 1 tests passed. | |
58 CONSOLE: unittest-suite-success | |
59 DONE | |
OLD | NEW |