| Index: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt
|
| index 5d7e1d6220d0d65cc2dfffab112614e7b2013a3e..844c0f9202ec4a17b13037f370ffed11e994398a 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt
|
| @@ -1,26 +1,22 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutTableRow TR",
|
| + "position": [8, 8],
|
| + "bounds": [69, 23],
|
| "drawsContent": true,
|
| - "children": [
|
| + "backgroundColor": "#FF0000",
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutTableRow TR",
|
| - "position": [8, 8],
|
| - "bounds": [69, 23],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#FF0000",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutTableCell TD id='target'",
|
| - "rect": [0, 0, 35, 24],
|
| - "reason": "style change"
|
| - }
|
| - ]
|
| + "object": "LayoutTableCell TD id='target'",
|
| + "rect": [0, 0, 35, 24],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|