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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt

Issue 2625133003: Handle geometry effects of filters in GeometryMapper (Closed)
Patch Set: Rebaseline tests Created 3 years, 11 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/filter-invalidation-with-composited-container-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt
index f249364f457530b4e984d28f50d1c1a0ae10ea27..c4fab15d583d42fc27f678d336bee76dc963190d 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-with-composited-container-change-expected.txt
@@ -8,7 +8,7 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='box' class='green box blurry'",
- "rect": [8, 8, 329, 329],
+ "rect": [8, 8, 330, 330],
"reason": "subtree"
}
]
@@ -23,13 +23,13 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='box' class='green box blurry'",
- "rect": [-29, -29, 258, 258],
- "reason": "subtree"
+ "rect": [0, 0, 200, 200],
Xianzhu 2017/01/26 23:17:45 This change is because we no longer map the rect w
+ "reason": "full"
},
{
"object": "LayoutBlockFlow DIV id='box' class='green box blurry'",
"rect": [0, 0, 200, 200],
- "reason": "full"
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698