| Index: third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt
|
| index 944957d76f62ad6ebdf9ef35f514c50433a5dcd2..06d96c8d1c7826b2ef91c4c378e7847eef79f7c5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -15,13 +17,23 @@
|
| "object": "LayoutTableCell TD",
|
| "rect": [10, 10, 102, 100],
|
| "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "LayoutTableCell TD",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableRow TR id='target' class='green'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "reason": "forced by layout"
|
| + }
|
| ]
|
| }
|
|
|
|
|