Index: third_party/WebKit/LayoutTests/fast/repaint/layer-full-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/layer-full-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/layer-full-repaint-expected.txt |
index 622548af792270d9f14dd0b2b74542a0c919bef1..38e79f669cfa9a3413f5614f06ea0f916b4ba7f5 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/layer-full-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/layer-full-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 (relative positioned) DIV id='test' class='selected'", |
+ "reason": "style change" |
+ } |
] |
} |