Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-table-cell-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-cell-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-cell-expected.txt |
index a7f6c464a61f713024a74179dd2e03c25c4e827c..faff408c2af9291ec4eb9de7457b4b608c080ce8 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-cell-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-cell-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 2016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 2016], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -33,6 +35,28 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutTableCell TD id='moveMe' class='fixed'", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutTable (positioned) TABLE", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutTableSection TBODY", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutTableCell (anonymous)", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'", |
+ "reason": "layoutObject insertion" |
+ } |
] |
} |