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

Unified Diff: LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt

Issue 264713015: iPhone 5c marketing site repaints incorrectly with layer squashing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moar const 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
Index: LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
diff --git a/LayoutTests/compositing/squashing/tricky-element-removal-crash-expected.txt b/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
similarity index 72%
copy from LayoutTests/compositing/squashing/tricky-element-removal-crash-expected.txt
copy to LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
index 26547ee291e17abc11091cccd08643a86aa26a56..c8103c11a53ee8541275763dfdc25350abdc15e2 100644
--- a/LayoutTests/compositing/squashing/tricky-element-removal-crash-expected.txt
+++ b/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt
@@ -13,15 +13,15 @@
(bounds 200.00 200.00)
(contentsOpaque 1)
(drawsContent 1)
- (backgroundColor #FA8072)
+ (backgroundColor #ADD8E6)
)
(GraphicsLayer
- (position 8.00 8.00)
- (bounds 100.00 100.00)
+ (position 50.00 50.00)
+ (bounds 50.00 50.00)
(drawsContent 1)
(repaint rects
- (rect 0.00 0.00 100.00 100.00)
- (rect 0.00 0.00 100.00 100.00)
+ (rect 0.00 0.00 40.00 40.00)
+ (rect 0.00 0.00 50.00 50.00)
)
)
)
« no previous file with comments | « LayoutTests/compositing/squashing/repaint-via-layout-offset.html ('k') | Source/core/rendering/RenderLayerRepainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698