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

Unified Diff: sky/tests/raw/padding_deflate-expected.txt

Issue 1208993020: Change all child.paint calls to canvas.paintChild and update the test results. (Closed) Base URL: git@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-expected.txt ('k') | sky/tests/raw/render_flex-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/raw/padding_deflate-expected.txt
diff --git a/sky/tests/raw/padding_deflate-expected.txt b/sky/tests/raw/padding_deflate-expected.txt
index 7b4aa4ca9adfbbe8c02d80d3f255f96c932660fe..f0165dd180ff122f86698aedccadb674f7e63356 100644
--- a/sky/tests/raw/padding_deflate-expected.txt
+++ b/sky/tests/raw/padding_deflate-expected.txt
@@ -5,8 +5,10 @@ PAINT FOR FRAME #1 ----------------------------------------------
1 | TestPaintingCanvas() constructor: 800.0 x 600.0
1 | paintChild RenderDecoratedBox at Point(0.0, 0.0)
1 | | TestPaintingCanvas() constructor: 800.0 x 600.0
-1 | | paintChild RenderDecoratedBox at Point(10.0, 10.0)
+1 | | paintChild RenderPadding at Point(0.0, 0.0)
1 | | | TestPaintingCanvas() constructor: 800.0 x 600.0
+1 | | | paintChild RenderDecoratedBox at Point(10.0, 10.0)
+1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0
------------------------------------------------------------------------
CONSOLE: PASS: should not have a 0 sized colored Box
CONSOLE:
« no previous file with comments | « sky/tests/raw/box_layout-expected.txt ('k') | sky/tests/raw/render_flex-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698