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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/scroll-fixed-layer-with-reflection-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/scroll-fixed-layer-with-reflection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/scroll-fixed-layer-with-reflection-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/scroll-fixed-layer-with-reflection-expected.txt
index 20a9c14c6288460dc1ba2c68bf3f5c396c12a615..a5121f95e116af99d6976178691c97214cf816d9 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/scroll-fixed-layer-with-reflection-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/scroll-fixed-layer-with-reflection-expected.txt
@@ -7,16 +7,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow (positioned) DIV class='absolute green reflected'",
- "rect": [250, 280, 100, 100],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
- "rect": [250, 280, 100, 100],
- "reason": "subtree"
- },
- {
"object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='fixed clipped'",
"rect": [250, 280, 100, 100],
"reason": "subtree"

Powered by Google App Engine
This is Rietveld 408576698