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

Unified Diff: LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt

Issue 243583004: Auto-rebaseline for r171962 (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/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
diff --git a/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt b/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
index 9c9d3e6d88eb36f834520d0032d5752b79d3fc10..493e39db8cbe9fd783ddb53cc74a0d0c1417b867 100644
--- a/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
+++ b/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
@@ -5,22 +5,24 @@
(bounds 785.00 30020.00)
(contentsOpaque 1)
(drawsContent 1)
- (children 2
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 500.00 500.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #00FFFF)
- )
+ (repaint rects
+ (rect 25.00 25.00 50.00 150.00)
+ )
+ (children 1
(GraphicsLayer
- (position 20.00 20.00)
- (bounds 100.00 30000.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #008000)
- (repaint rects
- (rect 25.00 25.00 50.00 150.00)
+ (children 2
+ (GraphicsLayer
+ (position 8.00 8.00)
+ (bounds 500.00 500.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #00FFFF)
+ )
+ (GraphicsLayer
+ (position 20.00 20.00)
+ (bounds 100.00 30000.00)
+ (drawsContent 1)
+ )
)
)
)

Powered by Google App Engine
This is Rietveld 408576698