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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.txt

Issue 2106463002: Use enclosingIntRect when computing paint invalidations across transforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 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
Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.txt
similarity index 60%
copy from third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.txt
index 321ec7aa6ab2699ca868a3c9fad3c84f58d7c77d..8d23ceb7a83454429d3ee92d8407750646c23987 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidation-with-scale-transform-expected.txt
@@ -1,23 +1,31 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='target'",
- "rect": [20, 20, 100, 100],
+ "rect": [85, 70, 91, 92],
"reason": "bounds change"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='target'",
- "rect": [0, 0, 100, 100],
+ "rect": [84, 70, 91, 92],
"reason": "bounds change"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='target'",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698