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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-positioned-child-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-positioned-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-positioned-child-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-positioned-child-expected.txt
index ab39776f14b1c336a08ec7af254a8d45eb6b77dd..8d0bd8b3ac6ab389b0e45b0c96bfe24f80ad832d 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-positioned-child-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/filter-invalidation-positioned-child-expected.txt
@@ -8,12 +8,12 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='box'",
- "rect": [8, 8, 429, 229],
+ "rect": [8, 8, 430, 230],
"reason": "subtree"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='positioned'",
- "rect": [400, 400, 379, 179],
+ "rect": [400, 400, 380, 180],
"reason": "subtree"
}
]

Powered by Google App Engine
This is Rietveld 408576698