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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-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-cell-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt
index 40f885921b6d51640d27d7ae0f254a137b8d7174..6a5f6dc003b0f5d80527c3aa97c7ce80715bb1e2 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt
@@ -12,11 +12,6 @@
"reason": "incremental"
},
{
- "object": "LayoutTable TABLE",
- "rect": [8, 60, 114, 2],
- "reason": "incremental"
- },
- {
"object": "LayoutTableCell TD id='foo'",
"rect": [8, 8, 60, 54],
"reason": "style change"
@@ -35,11 +30,6 @@
"object": "LayoutTable TABLE",
"rect": [116, 8, 6, 54],
"reason": "incremental"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [117, 8, 5, 54],
- "reason": "incremental"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698