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

Unified Diff: sky/tests/raw/box_layout-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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/raw/box_layout.dart ('k') | sky/tests/raw/render_flex.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/raw/box_layout-expected.txt
diff --git a/sky/tests/raw/box_layout-expected.txt b/sky/tests/raw/box_layout-expected.txt
index e93ade3fe2c0134a422a24d19b878a96e42a3598..e3296e085583e09e450c3c700db95a65403eca4e 100644
--- a/sky/tests/raw/box_layout-expected.txt
+++ b/sky/tests/raw/box_layout-expected.txt
@@ -5,7 +5,7 @@ PAINT FOR FRAME #1 ----------------------------------------------
1 | paintChild RenderDecoratedBox at Point(0.0, 0.0)
1 | | TestPaintingCanvas() constructor: 800.0 x 600.0
1 | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(color:Color(0xff0000ff)))
-1 | | paintChild RenderBlock at Point(0.0, 0.0)
+1 | | paintChild RenderFlex at Point(0.0, 0.0)
1 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
1 | | | paintChild RenderPadding at Point(0.0, 0.0)
1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
« no previous file with comments | « sky/tests/raw/box_layout.dart ('k') | sky/tests/raw/render_flex.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698