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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-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/window-resize-centered-inline-under-fixed-pos-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt
index 73762ea7fd3274c32b0d9fe7cc61cc1cb3c2e07a..ecd65fccd9ca6740cb1c513c6407419058279b35 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-centered-inline-under-fixed-pos-expected.txt
@@ -15,21 +15,6 @@
"object": "LayoutView #document",
"rect": [0, 250, 600, 250],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV class='parent'",
- "rect": [0, 0, 6, 500],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "rect": [0, 250, 6, 30],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "rect": [0, 125, 6, 30],
- "reason": "forced by layout"
}
]
}
@@ -74,16 +59,6 @@
"object": "LayoutView #document",
"rect": [400, 0, 200, 250],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV class='parent'",
- "rect": [0, 0, 6, 250],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "rect": [0, 125, 6, 30],
- "reason": "forced by layout"
}
]
}
@@ -128,21 +103,6 @@
"object": "LayoutView #document",
"rect": [0, 250, 400, 350],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV class='parent'",
- "rect": [0, 0, 6, 600],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "rect": [0, 300, 6, 30],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "rect": [0, 125, 6, 30],
- "reason": "forced by layout"
}
]
}
@@ -187,16 +147,6 @@
"object": "LayoutView #document",
"rect": [400, 0, 400, 600],
"reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV class='parent'",
- "rect": [0, 0, 6, 600],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='child'",
- "rect": [0, 300, 6, 30],
- "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698