| Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt
|
| index c7c028def5632f89012a2bdb30e1759f552a1a8a..038d33df70b9c9dc0bb5b875dc2c9c64724fb286 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt
|
| @@ -5,16 +5,32 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [68, 8, 55, 54],
|
| - [67, 8, 56, 54],
|
| - [63, 8, 60, 54]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutTableCell TD",
|
| - "LayoutTableCell TD",
|
| - "LayoutTable TABLE",
|
| - "LayoutTableCell TD"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutTable TABLE",
|
| + "rect": [68, 8, 55, 54],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutTable TABLE",
|
| + "rect": [67, 8, 56, 54],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [63, 8, 60, 54],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|