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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform-expected.txt

Issue 2862053002: Reland of Don't pass subpixel offsets through non-translation transforms (Closed)
Patch Set: - Created 3 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: third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/invalidation-with-scale-transform-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform-expected.txt
similarity index 54%
rename from third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/invalidation-with-scale-transform-expected.txt
rename to third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform-expected.txt
index 6d795a45f3fbc4522e896fd53e70beff84e9d76f..48fe0fbef5a245281c9144a51f49bbb37a70071a 100644
--- a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/invalidation-with-scale-transform-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-offset-scaled-transform-expected.txt
@@ -7,13 +7,13 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow (positioned) DIV id='target'",
- "rect": [85, 70, 91, 91],
+ "object": "LayoutBlockFlow (relative positioned) DIV class='child scale'",
+ "rect": [9, 58, 40, 40],
"reason": "bounds change"
},
{
- "object": "LayoutBlockFlow (positioned) DIV id='target'",
- "rect": [84, 70, 91, 91],
+ "object": "LayoutBlockFlow (relative positioned) DIV class='child scale'",
+ "rect": [8, 58, 40, 40],
"reason": "bounds change"
}
]
@@ -21,7 +21,7 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow (positioned) DIV id='target'",
+ "object": "LayoutBlockFlow (relative positioned) DIV class='child scale'",
"reason": "bounds change"
}
]

Powered by Google App Engine
This is Rietveld 408576698