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

Unified Diff: LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt

Issue 328533003: Fix RenderObject::repaintRectangle in situations when the render object is not a layer and is squas… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added test result. Created 6 years, 6 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/squashing/repaint-squashed-layer-in-rect-expected.txt
diff --git a/LayoutTests/platform/android/compositing/squashing/repaint-via-layout-offset-expected.txt b/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt
similarity index 56%
copy from LayoutTests/platform/android/compositing/squashing/repaint-via-layout-offset-expected.txt
copy to LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt
index c8103c11a53ee8541275763dfdc25350abdc15e2..abb20dd80220efc1ce69a5905a067374998f56a8 100644
--- a/LayoutTests/platform/android/compositing/squashing/repaint-via-layout-offset-expected.txt
+++ b/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt
@@ -1,8 +1,8 @@
(GraphicsLayer
- (bounds 800.00 600.00)
+ (bounds 808.00 816.00)
(children 1
(GraphicsLayer
- (bounds 800.00 600.00)
+ (bounds 808.00 816.00)
(contentsOpaque 1)
(drawsContent 1)
(children 1
@@ -10,18 +10,19 @@
(children 2
(GraphicsLayer
(position 8.00 8.00)
- (bounds 200.00 200.00)
+ (bounds 800.00 800.00)
(contentsOpaque 1)
(drawsContent 1)
- (backgroundColor #ADD8E6)
+ (backgroundColor #D3D3D3)
)
(GraphicsLayer
- (position 50.00 50.00)
- (bounds 50.00 50.00)
+ (position 8.00 0.00)
+ (bounds 592.00 600.00)
(drawsContent 1)
(repaint rects
- (rect 0.00 0.00 40.00 40.00)
- (rect 0.00 0.00 50.00 50.00)
+ (rect 392.00 400.00 200.00 200.00)
+ (rect 392.00 400.00 200.00 200.00)
+ (rect 392.00 400.00 200.00 200.00)
)
)
)
« no previous file with comments | « LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html ('k') | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698