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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-collapsed-border-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/table-collapsed-border-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-collapsed-border-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-collapsed-border-expected.txt
index 71fa8da537c91b071c77714aed3721081805ecc7..1c91e9ff7e687ffc2bc77673f30945671e31a92b 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-collapsed-border-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-collapsed-border-expected.txt
@@ -17,11 +17,6 @@
"reason": "full"
},
{
- "object": "LayoutTableSection TBODY",
- "rect": [12, 198, 95, 74],
- "reason": "forced by layout"
- },
- {
"object": "LayoutTable TABLE id='t'",
"rect": [8, 10, 91, 82],
"reason": "style change"
@@ -32,11 +27,6 @@
"reason": "layoutObject removal"
},
{
- "object": "LayoutTableSection TBODY",
- "rect": [12, 106, 87, 74],
- "reason": "forced by layout"
- },
- {
"object": "LayoutTableCell TD",
"rect": [22, 338, 81, 30],
"reason": "forced by layout"
@@ -68,36 +58,11 @@
},
{
"object": "LayoutText #text",
- "rect": [23, 317, 71, 19],
- "reason": "layoutObject insertion"
- },
- {
- "object": "LayoutText #text",
"rect": [23, 133, 71, 19],
"reason": "layoutObject removal"
},
{
"object": "LayoutText #text",
- "rect": [23, 339, 46, 19],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [23, 155, 46, 19],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [23, 295, 40, 19],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [23, 111, 40, 19],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
"rect": [23, 225, 32, 19],
"reason": "layoutObject removal"
},
@@ -115,16 +80,6 @@
"object": "LayoutTableCell TD",
"rect": [8, 132, 14, 22],
"reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [17, 225, 4, 19],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [17, 133, 4, 19],
- "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698