Index: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt |
index 59ef75658d3ae70975b6d3b6ca41b3856139d41a..86200d47250df393e166ced5a6c7aa750b5ad8f5 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-cell-append-expected.txt |
@@ -12,6 +12,11 @@ |
"reason": "incremental" |
}, |
{ |
+ "object": "LayoutTableSection TBODY", |
+ "rect": [10, 11, 115, 50], |
+ "reason": "bounds change" |
+ }, |
+ { |
"object": "LayoutTableCell TD", |
"rect": [64, 8, 64, 56], |
"reason": "layoutObject insertion" |
@@ -25,17 +30,22 @@ |
"object": "LayoutTableCell TD", |
"rect": [8, 8, 62, 56], |
"reason": "location change" |
+ }, |
+ { |
+ "object": "LayoutTableSection TBODY", |
+ "rect": [10, 10, 56, 50], |
+ "reason": "bounds change" |
} |
] |
} |
], |
"objectPaintInvalidations": [ |
{ |
- "object": "LayoutTableCell TD", |
+ "object": "LayoutTableSection TBODY", |
"reason": "style change" |
}, |
{ |
- "object": "LayoutTableCell TD", |
+ "object": "LayoutTableSection TBODY", |
"reason": "style change" |
}, |
{ |
@@ -43,6 +53,10 @@ |
"reason": "incremental" |
}, |
{ |
+ "object": "LayoutTableSection TBODY", |
+ "reason": "bounds change" |
+ }, |
+ { |
"object": "LayoutTableRow TR id='row'", |
"reason": "location change" |
}, |