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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: 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/invalidate-cell-in-row-with-offset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
index 97f9df0331fd8cd115beb399516d263cd75602c7..873a7ef2f83f348dd0b3a471e6cee8be064945c0 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
@@ -1,40 +1,36 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutTableRow TR",
+ "position": [8, 18],
+ "bounds": [234, 0],
"drawsContent": true,
- "children": [
- {
- "name": "LayoutTableRow TR",
- "position": [8, 18],
- "bounds": [234, 0],
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- },
- {
- "name": "LayoutTableRow TR",
- "position": [8, 28],
- "bounds": [234, 102],
- "drawsContent": true,
- "backgroundColor": "#0000FF"
- },
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "LayoutTableRow TR",
+ "position": [8, 28],
+ "bounds": [234, 102],
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "LayoutTableRow TR class='shadow-inset'",
+ "position": [8, 140],
+ "bounds": [234, 102],
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "paintInvalidations": [
{
- "name": "LayoutTableRow TR class='shadow-inset'",
- "position": [8, 140],
- "bounds": [234, 102],
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "paintInvalidations": [
- {
- "object": "LayoutTableCell TD id='target'",
- "rect": [10, 0, 102, 102],
- "reason": "style change"
- }
- ]
+ "object": "LayoutTableCell TD id='target'",
+ "rect": [10, 0, 102, 102],
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698