| Index: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt
|
| index a9bfbd63901f7bf43c7738fc891279daaec62e37..3454bb7ed0505f926fdb487b327e9d21ce9b7e00 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-color-expected.txt
|
| @@ -1,26 +1,32 @@
|
| {
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutTableRow TR id='row'",
|
| - "rect": [10, 10, 56, 50],
|
| + "rect": [8, 8, 60, 54],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "LayoutTableCell TD",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutTableCell TD",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableRow TR id='row'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|