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

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

Issue 2098683003: Use enclosingIntRect when computing paint invalidations across transforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none 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 89%
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 f3488cf7542d08a01aa0e3307d9dfcdbe234a91c..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
@@ -10,12 +10,12 @@
"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"
}
]

Powered by Google App Engine
This is Rietveld 408576698