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/paint/invalidation/svg/invalidate-on-child-layout-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 10 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/svg/invalidate-on-child-layout-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-expected.txt
index 11db7d58956109bfe019a0dd068e3baa7b0d6258..58eb6ab498688ef679e3a8f8b4184ac4baef4fe2 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/invalidate-on-child-layout-expected.txt
@@ -15,16 +15,6 @@
"object": "LayoutSVGContainer g",
"rect": [0, 0, 110, 110],
"reason": "SVG resource change"
- },
- {
- "object": "LayoutSVGEllipse circle id='circle'",
- "rect": [50, 50, 100, 100],
- "reason": "full"
- },
- {
- "object": "LayoutSVGEllipse circle id='circle'",
- "rect": [0, 0, 100, 100],
- "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698