Index: third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt |
index 80dbed9c43dd5deb53f639a185152ecf2b233e07..1f5c325859ead150d0b92bc18c7de14fc3993389 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/create-layer-repaint-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -13,6 +15,12 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='test' class='stretchy'", |
+ "reason": "subtree" |
+ } |
] |
} |