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/squash-transform-repainting-transformed-child-expected.txt

Issue 345613004: Correct the squashing origin w.r.t. the transformed ancestor to take into account rounding to integ… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | Source/core/rendering/compositing/CompositedLayerMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt
diff --git a/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt b/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt
index 60737343805ce6daa369b5d9bf2a201496249e7f..c7eb9d5e64be9c078dba933991578e2b31bc96eb 100644
--- a/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt
+++ b/LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt
@@ -50,8 +50,8 @@ CASE 2, hovering over the outer div
(bounds 276.00 276.00)
(drawsContent 1)
(repaint rects
- (rect 0.00 0.00 131.00 131.00)
- (rect 0.00 0.00 131.00 131.00)
+ (rect 0.00 0.00 132.00 132.00)
+ (rect 0.00 0.00 132.00 132.00)
)
)
)
@@ -83,10 +83,10 @@ CASE 3, hovering over the inner div
(bounds 276.00 276.00)
(drawsContent 1)
(repaint rects
- (rect 17.00 20.00 87.00 87.00)
- (rect 17.00 20.00 87.00 87.00)
- (rect 0.00 0.00 131.00 131.00)
- (rect 0.00 0.00 131.00 131.00)
+ (rect 18.00 21.00 87.00 87.00)
+ (rect 18.00 21.00 87.00 87.00)
+ (rect 0.00 0.00 132.00 132.00)
+ (rect 0.00 0.00 132.00 132.00)
)
)
)
« no previous file with comments | « no previous file | Source/core/rendering/compositing/CompositedLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698