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

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

Issue 1182463006: Clean up how we remove nodes from the render tree, and make sure we reinsert them in the right plac… (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/syncs1.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/widgets/syncs1-expected.txt
diff --git a/sky/tests/widgets/syncs1-expected.txt b/sky/tests/widgets/syncs1-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..03a94195d049f55a538d002df8b52001515ff487
--- /dev/null
+++ b/sky/tests/widgets/syncs1-expected.txt
@@ -0,0 +1,108 @@
+CONSOLE: TestRenderView enabled
+CONSOLE:
+PAINT FOR FRAME #1 ----------------------------------------------
+1 | TestDisplayList() constructor: 800.0 x 600.0
+------------------------------------------------------------------------
+CONSOLE:
+PAINT FOR FRAME #2 ----------------------------------------------
+2 | TestDisplayList() constructor: 800.0 x 600.0
+2 | paintChild RenderBlock at Point(0.0, 0.0)
+2 | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
+2 | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
+2 | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 425.0, 250.0), Paint(Color(0xff00ffff)))
+2 | | | paintChild RenderPadding at Point(425.0, 99.0)
+2 | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
+2 | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0)))
+2 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
+2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | | | paintChild RenderParagraph at Point(0.0, 10.0)
+2 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | paintChild RenderConstrainedBox at Point(0.0, 250.0)
+2 | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
+2 | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 250.0), Paint(Color(0xff00ffff)))
+2 | | | paintChild RenderPadding at Point(0.0, 0.0)
+2 | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
+2 | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0)))
+2 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
+2 | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+2 | | | | | | paintChild RenderParagraph at Point(212.5, 109.0)
+2 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+------------------------------------------------------------------------
+CONSOLE:
+PAINT FOR FRAME #3 ----------------------------------------------
+3 | TestDisplayList() constructor: 800.0 x 600.0
+3 | paintChild RenderBlock at Point(0.0, 0.0)
+3 | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
+3 | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
+3 | | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 549.0, 250.0), Paint(Color(0xefff9f00)))
+3 | | | paintChild RenderPadding at Point(549.0, 99.0)
+3 | | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
+3 | | | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0)))
+3 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
+3 | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | | | | paintChild RenderParagraph at Point(0.0, 10.0)
+3 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | paintChild RenderConstrainedBox at Point(0.0, 250.0)
+3 | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
+3 | | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 250.0), Paint(Color(0xefff9f00)))
+3 | | | paintChild RenderPadding at Point(0.0, 0.0)
+3 | | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
+3 | | | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0)))
+3 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
+3 | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+3 | | | | | | paintChild RenderParagraph at Point(274.5, 109.0)
+3 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+------------------------------------------------------------------------
+CONSOLE:
+PAINT FOR FRAME #4 ----------------------------------------------
+4 | TestDisplayList() constructor: 800.0 x 600.0
+4 | paintChild RenderBlock at Point(0.0, 0.0)
+4 | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | paintChild RenderConstrainedBox at Point(0.0, 0.0)
+4 | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
+4 | | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 425.0, 250.0), Paint(Color(0xff00ffff)))
+4 | | | paintChild RenderPadding at Point(425.0, 99.0)
+4 | | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
+4 | | | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0)))
+4 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
+4 | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | | | | paintChild RenderParagraph at Point(0.0, 10.0)
+4 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | paintChild RenderConstrainedBox at Point(0.0, 250.0)
+4 | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | paintChild RenderDecoratedBox at Point(0.0, 0.0)
+4 | | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 250.0), Paint(Color(0xff00ffff)))
+4 | | | paintChild RenderPadding at Point(0.0, 0.0)
+4 | | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | | paintChild RenderConstrainedBox at Point(8.0, 8.0)
+4 | | | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | | | drawRRect(Instance of 'RRect', Paint(Color(0xffe0e0e0)))
+4 | | | | | paintChild RenderPositionedBox at Point(8.0, 0.0)
+4 | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+4 | | | | | | paintChild RenderParagraph at Point(212.5, 109.0)
+4 | | | | | | | TestDisplayList() constructor: 800.0 x 600.0
+------------------------------------------------------------------------
+PAINTED 4 FRAMES
« no previous file with comments | « sky/tests/widgets/syncs1.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698