| Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt
|
| index 152e9184661568c193ac4b8913816f1a343b0877..b111b6de79552e53ecf7823bcf09a062bc92fd2b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,17 +12,23 @@
|
| "object": "LayoutTableCell TD id='foo'",
|
| "rect": [8, 8, 60, 54],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "LayoutTableCell TD",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutTableCell TD id='foo'",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutTableCell TD id='foo'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD id='foo'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|