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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-section-composited-row-expected.txt

Issue 2510023003: Auto-rebaseline for r432693 (Closed)
Patch Set: Created 4 years, 1 month 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/composited-table-background-section-composited-row-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-section-composited-row-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-section-composited-row-expected.txt
index 698cc1ee4aaf5c2470318ac82dcae73052a14687..294d372c3e9434de78e5da8f89fe5ee69c07c6a0 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-section-composited-row-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-section-composited-row-expected.txt
@@ -8,14 +8,14 @@
},
{
"name": "LayoutTableSection TBODY id='target'",
- "position": [8, 28],
- "bounds": [184, 134],
+ "position": [8, 26],
+ "bounds": [186, 134],
"drawsContent": true,
"backgroundColor": "#ADD8E6",
"paintInvalidations": [
{
"object": "LayoutTableSection TBODY id='target'",
- "rect": [0, 0, 184, 134],
+ "rect": [0, 0, 186, 134],
"reason": "style change"
}
]
@@ -23,13 +23,13 @@
{
"name": "LayoutTableRow TR",
"position": [0, 68],
- "bounds": [184, 64],
+ "bounds": [186, 64],
"drawsContent": true
},
{
"name": "LayoutTableCell TD",
- "position": [63, 0],
- "bounds": [58, 64],
+ "position": [64, 0],
+ "bounds": [59, 64],
"drawsContent": true
}
],

Powered by Google App Engine
This is Rietveld 408576698