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

Unified Diff: LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt

Issue 309093002: Issue repaints before and after changing the squashing assignment of a RenderLayer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged. Created 6 years, 7 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 | « no previous file | LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
diff --git a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
index 88653bed51b3c001ba047ab2d895d1208899aa96..ce78e7591ec7ec61f1ba9b842789def17bd02aff 100644
--- a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
+++ b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
@@ -39,6 +39,7 @@ CASE 2, overlap3 gets added:
(drawsContent 1)
(repaint rects
(rect 300.00 300.00 100.00 100.00)
+ (rect 300.00 300.00 100.00 100.00)
)
(children 1
(GraphicsLayer
@@ -55,10 +56,10 @@ CASE 2, overlap3 gets added:
(bounds 260.00 260.00)
(drawsContent 1)
(repaint rects
+ (rect 160.00 160.00 20.00 20.00)
(rect 140.00 140.00 40.00 40.00)
(rect 80.00 80.00 100.00 100.00)
(rect 0.00 0.00 100.00 100.00)
- (rect 0.00 0.00 100.00 100.00)
)
)
)
@@ -142,6 +143,7 @@ CASE 5, overlap2 gets added back:
(drawsContent 1)
(repaint rects
(rect 220.00 220.00 100.00 100.00)
+ (rect 220.00 220.00 100.00 100.00)
)
(children 1
(GraphicsLayer
@@ -161,6 +163,7 @@ CASE 5, overlap2 gets added back:
(rect 0.00 0.00 100.00 100.00)
(rect 0.00 0.00 100.00 100.00)
(rect 0.00 0.00 100.00 100.00)
+ (rect 0.00 0.00 20.00 20.00)
)
)
)
@@ -179,6 +182,7 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
(drawsContent 1)
(repaint rects
(rect 140.00 140.00 100.00 100.00)
+ (rect 140.00 140.00 100.00 100.00)
)
(children 1
(GraphicsLayer
@@ -200,6 +204,7 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
(rect 0.00 0.00 100.00 100.00)
(rect 0.00 0.00 100.00 100.00)
(rect 0.00 0.00 20.00 20.00)
+ (rect 0.00 0.00 20.00 20.00)
)
)
)
« no previous file with comments | « no previous file | LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698