| 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"
|
| }
|
| ]
|
| }
|
|
|