Index: third_party/WebKit/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt |
index d22c76a25fc91e8bcfdc0d6e9f8fe3f9b4d0f853..ff5a30549ed01821971aed2b38db1aec45e08c48 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt |
@@ -1,15 +1,19 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "Squashing Containment Layer", |
"shouldFlattenTransform": false, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV", |
"position": [8, 8], |
"bounds": [200, 200], |
"contentsOpaque": true, |
@@ -17,6 +21,7 @@ |
"backgroundColor": "#D3D3D3" |
}, |
{ |
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)", |
"position": [50, 50], |
"bounds": [251, 251], |
"drawsContent": true, |
@@ -32,6 +37,12 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='target'", |
+ "reason": "style change" |
+ } |
] |
} |