Index: third_party/WebKit/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt |
index 64d2a53da1f290661b19c7d3133034517bb3d0e5..3ab5f5d3d454ad5ebcd1b9e44047a0c0d99e2ed7 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -43,6 +45,24 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutTableCell TD id='target'", |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutTableRow TR", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "bounds change" |
+ } |
] |
} |