| Index: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
|
| index eec44b508638447dda39e37c0e89fd10b7c8108a..66790ed9da991bb0d7713fe500ba390042a11dca 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
|
| @@ -1,69 +1,63 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [785, 1016],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [785, 1016],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Squashing Containment Layer",
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='foo'",
|
| + "position": [8, 8],
|
| + "bounds": [200, 1000],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#D3D3D3"
|
| + },
|
| + {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)",
|
| + "position": [8, 0],
|
| + "bounds": [300, 653],
|
| "drawsContent": true,
|
| - "children": [
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 500, 300, 150],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 500, 300, 34],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 500, 285, 150],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [8, 508, 284, 18],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [8, 508, 269, 142],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [8, 508, 31, 17],
|
| + "reason": "forced by layout"
|
| + },
|
| {
|
| - "name": "Squashing Containment Layer",
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='foo'",
|
| - "position": [8, 8],
|
| - "bounds": [200, 1000],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#D3D3D3"
|
| - },
|
| - {
|
| - "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)",
|
| - "position": [8, 0],
|
| - "bounds": [300, 653],
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutView #document",
|
| - "rect": [0, 500, 300, 150],
|
| - "reason": "style change"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow HTML",
|
| - "rect": [0, 500, 300, 34],
|
| - "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow HTML",
|
| - "rect": [0, 500, 285, 150],
|
| - "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow BODY",
|
| - "rect": [8, 508, 284, 18],
|
| - "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow BODY",
|
| - "rect": [8, 508, 269, 142],
|
| - "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "LayoutText #text",
|
| - "rect": [8, 508, 31, 17],
|
| - "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "LayoutView #document",
|
| - "rect": [285, 500, 15, 150],
|
| - "reason": "scroll"
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "object": "LayoutView #document",
|
| + "rect": [285, 500, 15, 150],
|
| + "reason": "scroll"
|
| }
|
| ]
|
| }
|
|
|