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

Unified Diff: LayoutTests/platform/mac/fast/repaint/subtree-layoutstate-transform-expected.txt

Issue 251703003: Auto-rebaseline for r172545 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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
Index: LayoutTests/platform/mac/fast/repaint/subtree-layoutstate-transform-expected.txt
diff --git a/LayoutTests/platform/mac/fast/repaint/subtree-layoutstate-transform-expected.txt b/LayoutTests/platform/mac/fast/repaint/subtree-layoutstate-transform-expected.txt
index d30e0e04652c4ad88e9ed9d7ee163d314ba2fae3..235323a82fbc79a61e04b9bdf0a307558c219c4a 100644
--- a/LayoutTests/platform/mac/fast/repaint/subtree-layoutstate-transform-expected.txt
+++ b/LayoutTests/platform/mac/fast/repaint/subtree-layoutstate-transform-expected.txt
@@ -1,7 +1,17 @@
Tests repaint after layout of a subtree, inside a transformed element. You should see a large green square below.
-(repaint rects
- (rect 28 46 100 200)
- (rect 28 46 200 200)
+(GraphicsLayer
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (repaint rects
+ (rect 28.00 46.00 100.00 200.00)
+ (rect 28.00 46.00 200.00 200.00)
+ )
+ )
+ )
)

Powered by Google App Engine
This is Rietveld 408576698