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

Unified Diff: LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt

Issue 143283011: Make squashing work with subpixel layout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add ASSERT Created 6 years, 9 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/squash-transform-repainting-child-expected.txt
diff --git a/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt b/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
index caf2a38359ba78fb3fec5c0fbdd999ffd41b8be3..ea85721329cf2666afb58b363281febf52b18f48 100644
--- a/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
+++ b/LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt
@@ -18,7 +18,7 @@ CASE 1, original layer tree
)
(GraphicsLayer
(position -1.00 -1.00)
- (bounds 280.72 280.72)
+ (bounds 281.00 281.00)
(drawsContent 1)
)
)
@@ -47,12 +47,12 @@ CASE 2, hovering over the outer div
)
(GraphicsLayer
(position -1.00 -1.00)
- (bounds 280.72 280.72)
+ (bounds 281.00 281.00)
(drawsContent 1)
(repaint rects
- (rect 0.00 0.00 141.00 141.00)
- (rect 0.00 0.00 141.00 141.00)
- (rect 0.00 0.00 141.00 141.00)
+ (rect 0.00 0.00 142.00 142.00)
+ (rect 0.00 0.00 142.00 142.00)
+ (rect 0.00 0.00 142.00 142.00)
)
)
)
@@ -81,15 +81,15 @@ CASE 3, hovering over the inner div
)
(GraphicsLayer
(position -1.00 -1.00)
- (bounds 280.72 280.72)
+ (bounds 281.00 281.00)
(drawsContent 1)
(repaint rects
- (rect 0.00 0.00 141.00 141.00)
- (rect 0.00 0.00 141.00 141.00)
- (rect 0.00 0.00 141.00 141.00)
- (rect 31.00 31.00 71.00 71.00)
- (rect 31.00 31.00 71.00 71.00)
- (rect 31.00 31.00 71.00 71.00)
+ (rect 0.00 0.00 142.00 142.00)
+ (rect 0.00 0.00 142.00 142.00)
+ (rect 0.00 0.00 142.00 142.00)
+ (rect 32.00 32.00 71.00 71.00)
+ (rect 32.00 32.00 71.00 71.00)
+ (rect 32.00 32.00 71.00 71.00)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698