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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt

Issue 2333513003: Fix GraphicsLayer under-invalidation checking when interest rect changes (Closed)
Patch Set: - Created 4 years, 3 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/platform/mac/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/rel-positioned-inline-with-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt
similarity index 82%
copy from third_party/WebKit/LayoutTests/paint/invalidation/rel-positioned-inline-with-overflow-expected.txt
copy to third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt
index 3cf744a5af1a96565adff434a694983950e6eb7b..e04d823698b7958a1754399ce8f09ba57bb70088 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/rel-positioned-inline-with-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/invalidate-after-composited-scroll-of-window-expected.txt
@@ -1,16 +1,16 @@
{
"name": "Content Root Layer",
- "bounds": [800, 600],
+ "bounds": [785, 4934],
"children": [
{
"name": "LayoutView #document",
- "bounds": [800, 600],
+ "bounds": [785, 4934],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV id='target'",
- "rect": [8, 92, 100, 50],
+ "rect": [8, 2408, 100, 100],
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698