| Index: third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
|
| index a3de9dc125a9b85f9cf4a772b1b7e00adf558419..f4575e4d00d1a576b12c0daa4757c946abbf0c6a 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
|
| @@ -7,17 +7,40 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow DIV id='target'",
|
| - "rect": [61, 44, 50, 25],
|
| + "object": "LayoutTable TABLE",
|
| + "rect": [8, 106, 106, 1],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [10, 104, 102, 1],
|
| "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [11, 45, 100, 25],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [11, 44, 50, 25],
|
| + "reason": "bounds change"
|
| }
|
| ]
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| - "object": "LayoutBlockFlow DIV id='target'",
|
| + "object": "LayoutTable TABLE",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "bounds change"
|
| }
|
| ]
|
| }
|
|
|