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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/flexbox/repaint-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/platform/linux/paint/invalidation/flexbox/repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/flexbox/repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/flexbox/repaint-expected.txt
index fd67b94fa255594fe68ce26f5da75cc0579182ff..9cedc68acc31d7fbd23737d758eac71a04f10186 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/flexbox/repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/flexbox/repaint-expected.txt
@@ -12,11 +12,6 @@
"reason": "style change"
},
{
- "object": "LayoutBlockFlow P",
- "rect": [138, 128, 654, 100],
- "reason": "forced by layout"
- },
- {
"object": "LayoutText #text",
"rect": [137, 128, 652, 99],
"reason": "forced by layout"
@@ -27,11 +22,6 @@
"reason": "style change"
},
{
- "object": "LayoutBlockFlow P",
- "rect": [148, 128, 644, 100],
- "reason": "forced by layout"
- },
- {
"object": "LayoutText #text",
"rect": [147, 128, 641, 99],
"reason": "forced by layout"
@@ -42,21 +32,11 @@
"reason": "style change"
},
{
- "object": "LayoutBlockFlow P",
- "rect": [400, 128, 392, 160],
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV id='left'",
"rect": [8, 228, 392, 60],
"reason": "incremental"
},
{
- "object": "LayoutText #text",
- "rect": [400, 128, 389, 159],
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV id='left'",
"rect": [148, 128, 252, 160],
"reason": "incremental"

Powered by Google App Engine
This is Rietveld 408576698