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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-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-cell-append-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt
index 328e270e0c82d509322be9d05e6cdc434b384578..59ef75658d3ae70975b6d3b6ca41b3856139d41a 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt
@@ -12,11 +12,6 @@
"reason": "incremental"
},
{
- "object": "LayoutTable TABLE",
- "rect": [8, 62, 120, 2],
- "reason": "incremental"
- },
- {
"object": "LayoutTableCell TD",
"rect": [64, 8, 64, 56],
"reason": "layoutObject insertion"
@@ -30,11 +25,6 @@
"object": "LayoutTableCell TD",
"rect": [8, 8, 62, 56],
"reason": "location change"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [68, 8, 60, 56],
- "reason": "incremental"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698