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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-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-tbody-border-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-width-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-width-expected.txt
index cb82a7d2f091d7ca081ee4b2ca277421a411b113..2b0dc2ab7922d237a969b8d98650dd9015d8441b 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-width-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-width-expected.txt
@@ -12,11 +12,6 @@
"reason": "incremental"
},
{
- "object": "LayoutTable TABLE",
- "rect": [8, 160, 114, 1],
- "reason": "incremental"
- },
- {
"object": "LayoutTableSection TBODY id='tbody'",
"rect": [10, 10, 110, 100],
"reason": "style change"
@@ -80,11 +75,6 @@
"object": "LayoutTable TABLE",
"rect": [115, 8, 7, 153],
"reason": "incremental"
- },
- {
- "object": "LayoutTable TABLE",
- "rect": [117, 8, 5, 153],
- "reason": "incremental"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698