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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt

Issue 2836143003: Invalidate border/outline on color change only if they use current color (Closed)
Patch Set: rebaselined Created 3 years, 8 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/platform/linux/paint/invalidation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt
index fb8f721ef130139f9da8a58443e5d89fcd1c371e..3feb1fb9d3425c6a666bd277dd1712df86f322ed 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt
@@ -7,8 +7,8 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutTableCell TH id='target'",
- "rect": [8, 72, 840, 190],
+ "object": "LayoutText #text",
+ "rect": [10, 72, 836, 190],
"reason": "style change"
}
]
@@ -16,14 +16,6 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutTableCell TH id='target'",
- "reason": "style change"
- },
- {
- "object": "RootInlineBox",
- "reason": "style change"
- },
- {
"object": "LayoutText #text",
"reason": "style change"
},

Powered by Google App Engine
This is Rietveld 408576698