| Index: third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-expected.txt
|
| index 1cff39f10f06eeb84b207bd459e7e435f0a393e1..de486c447339e68dde0bb43496a1676652543a95 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/repaint-table-row-in-composited-document-expected.txt
|
| @@ -7,6 +7,11 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| + "object": "LayoutTableSection TBODY",
|
| + "rect": [50, 262, 412, 150],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| "object": "LayoutTableCell TD",
|
| "rect": [256, 306, 204, 104],
|
| "reason": "bounds change"
|
| @@ -36,6 +41,10 @@
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| + "object": "LayoutTableSection TBODY",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| "object": "LayoutTableCell TD id='target'",
|
| "reason": "incremental"
|
| },
|
|
|