| Index: third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt
|
| index b2233e6d497a7726d0e435f6dcf4eb91a2c13d63..06ebfbd1befa933615bc48a6394e56e0a4b5bf46 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/table-section-overflow-expected.txt
|
| @@ -22,9 +22,19 @@
|
| "reason": "bounds change"
|
| },
|
| {
|
| + "object": "LayoutTableSection TBODY",
|
| + "rect": [58, 58, 50, 100],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| "object": "LayoutTableCell TD",
|
| "rect": [58, 8, 50, 100],
|
| "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutTableSection TBODY",
|
| + "rect": [58, 8, 50, 100],
|
| + "reason": "bounds change"
|
| }
|
| ]
|
| }
|
| @@ -32,7 +42,7 @@
|
| "objectPaintInvalidations": [
|
| {
|
| "object": "LayoutTableSection TBODY",
|
| - "reason": "location change"
|
| + "reason": "bounds change"
|
| },
|
| {
|
| "object": "LayoutTableRow TR",
|
|
|