| Index: third_party/WebKit/LayoutTests/fast/repaint/table-with-padding-row-invalidation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-with-padding-row-invalidation-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-with-padding-row-invalidation-expected.txt
|
| index d4885f8b500c20c4deaa0896d8bfe6601ecd1f99..1550574188f7e20bb0488735a8d9d6654f38ca17 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-with-padding-row-invalidation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/table-with-padding-row-invalidation-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,13 +12,19 @@
|
| "object": "LayoutTableRow TR",
|
| "rect": [0, 0, 260, 50],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "LayoutTableCell TD",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableRow TR",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|