Index: third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt |
index dbd47f049c2fa2a7df9744b59870360ce168ec70..7a63c3a36e49ccbfa00b518ffa34573bc0990664 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -33,6 +35,28 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutTable TABLE", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutTableSection TBODY", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutTableRow TR", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutTableCell TD", |
+ "reason": "layoutObject insertion" |
+ } |
] |
} |