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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/subtree-layoutstate-transform-expected.txt

Issue 2457023002: Replace coversExtraPixels with simpler logic (Closed)
Patch Set: Rebaseline Created 4 years, 2 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/subtree-layoutstate-transform-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/subtree-layoutstate-transform-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/subtree-layoutstate-transform-expected.txt
index f7b5f3c5cf6c474595605731a582514e73aa1287..c55e7f9bc1c3d3c854244e5d8d3b2e8d27e08dd4 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/subtree-layoutstate-transform-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/subtree-layoutstate-transform-expected.txt
@@ -13,8 +13,8 @@
},
{
"object": "LayoutBlockFlow DIV id='target'",
- "rect": [78, 46, 150, 200],
- "reason": "incremental"
+ "rect": [28, 46, 200, 200],
+ "reason": "border box change"
}
]
}
@@ -26,7 +26,7 @@
},
{
"object": "LayoutBlockFlow DIV id='target'",
- "reason": "incremental"
+ "reason": "border box change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698