| Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
|
| similarity index 53%
|
| copy from third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt
|
| copy to third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
|
| index 5d7e1d6220d0d65cc2dfffab112614e7b2013a3e..97f9df0331fd8cd115beb399516d263cd75602c7 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
|
| @@ -10,14 +10,28 @@
|
| "children": [
|
| {
|
| "name": "LayoutTableRow TR",
|
| - "position": [8, 8],
|
| - "bounds": [69, 23],
|
| + "position": [8, 18],
|
| + "bounds": [234, 0],
|
| "drawsContent": true,
|
| - "backgroundColor": "#FF0000",
|
| + "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": [
|
| {
|
| "object": "LayoutTableCell TD id='target'",
|
| - "rect": [0, 0, 35, 24],
|
| + "rect": [10, 0, 102, 102],
|
| "reason": "style change"
|
| }
|
| ]
|
| @@ -29,10 +43,6 @@
|
| {
|
| "object": "LayoutTableCell TD id='target'",
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|