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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt

Issue 2556633002: Revert of Paint collapsed borders of a table as one display item (Closed)
Patch Set: Created 4 years 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/collapsed-border-cell-resize-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
index 1ef83120660adb44640ed7ae9876fca400fb768c..b34767dffb96b32d7584ccaf38781c1fb94bde17 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
@@ -6,11 +6,6 @@
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
- {
- "object": "LayoutTable TABLE",
- "rect": [8, 8, 104, 204],
- "reason": "forced by layout"
- },
{
"object": "LayoutTableCell TD id='target'",
"rect": [8, 8, 104, 204],
@@ -21,10 +16,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutTable TABLE",
- "reason": "forced by layout"
- },
- {
"object": "LayoutTableCell TD id='target'",
"reason": "border box change"
}

Powered by Google App Engine
This is Rietveld 408576698