Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt |
index 9932b0fe895d0b2fec570eb621a0daceeaa75bc2..f9c9f002814b1bb323cdcee8b24a7210f1056720 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 2016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 2016], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -43,6 +45,36 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (relative positioned) DIV class='green'", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "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" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (relative positioned) DIV class='green'", |
+ "reason": "layoutObject insertion" |
+ } |
] |
} |