| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/repaint-squashed-layer-in-rect-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/repaint-squashed-layer-in-rect-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/repaint-squashed-layer-in-rect-expected.txt
|
| index 4de334ab4c74d0fc2a8b28d7aab1ce9ce982b862..ae3e3ee31911c03da9d8f205601a1bd0762a940f 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/repaint-squashed-layer-in-rect-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/repaint-squashed-layer-in-rect-expected.txt
|
| @@ -1,39 +1,33 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [808, 816],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [808, 816],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Squashing Containment Layer",
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV",
|
| + "position": [8, 8],
|
| + "bounds": [800, 800],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#D3D3D3"
|
| + },
|
| + {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)",
|
| + "position": [8, 0],
|
| + "bounds": [592, 600],
|
| "drawsContent": true,
|
| - "children": [
|
| + "paintInvalidations": [
|
| {
|
| - "name": "Squashing Containment Layer",
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV",
|
| - "position": [8, 8],
|
| - "bounds": [800, 800],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#D3D3D3"
|
| - },
|
| - {
|
| - "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)",
|
| - "position": [8, 0],
|
| - "bounds": [592, 600],
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='imgElement'",
|
| - "rect": [392, 400, 200, 200],
|
| - "reason": "style change"
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow DIV id='imgElement'",
|
| + "rect": [392, 400, 200, 200],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|