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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 2 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/table/cached-change-col-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt
index 76c510d857eb44ef22529e9d74973d86f6f11655..5ba207001cbfe1cddc497891c1d54433d3ebc494 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-border-width-expected.txt
@@ -17,11 +17,6 @@
"reason": "incremental"
},
{
- "object": "LayoutTable TABLE",
- "rect": [8, 110, 113, 2],
- "reason": "incremental"
- },
- {
"object": "LayoutTableCell TD",
"rect": [8, 59, 60, 53],
"reason": "bounds change"
@@ -60,11 +55,6 @@
"object": "LayoutTable TABLE",
"rect": [116, 8, 5, 104],
"reason": "incremental"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [117, 8, 4, 104],
- "reason": "incremental"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698