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

Unified Diff: LayoutTests/platform/win/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/win/fast/repaint/subtree-layoutstate-transform-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/subtree-layoutstate-transform-expected.txt b/LayoutTests/platform/win/fast/repaint/subtree-layoutstate-transform-expected.txt
index fe868c758a24a363b1761144a13fa911c29e77d4..b9391a362e23afe1d6d862c995516b932656694a 100644
--- a/LayoutTests/platform/win/fast/repaint/subtree-layoutstate-transform-expected.txt
+++ b/LayoutTests/platform/win/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 48 100 200)
- (rect 28 48 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 48.00 100.00 200.00)
+ (rect 28.00 48.00 200.00 200.00)
+ )
+ )
+ )
)

Powered by Google App Engine
This is Rietveld 408576698