| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
|
| index 1cd061bb0543e462f76f65c09f00d2a08a358ec3..447ba4a430330391ccf2f03cf1079b1703d4a83a 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
|
| @@ -1,43 +1,39 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV",
|
| + "position": [8, 8],
|
| + "bounds": [100, 5000],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV",
|
| - "position": [8, 8],
|
| - "bounds": [100, 5000],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#ADD8E6"
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV",
|
| - "position": [8, 25],
|
| - "bounds": [100, 100],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#D3D3D3"
|
| - },
|
| + "backgroundColor": "#ADD8E6"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV",
|
| + "position": [8, 25],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#D3D3D3"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| + "position": [8, 50],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#FF0000",
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| - "position": [8, 50],
|
| - "bounds": [100, 100],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#FF0000",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| - "rect": [0, 0, 100, 100],
|
| - "reason": "style change"
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
| @@ -50,45 +46,41 @@
|
| ]
|
| }
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV",
|
| + "position": [8, 8],
|
| + "bounds": [100, 5000],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV",
|
| - "position": [8, 8],
|
| - "bounds": [100, 5000],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#ADD8E6"
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV",
|
| - "position": [8, 25],
|
| - "bounds": [100, 100],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#D3D3D3"
|
| - },
|
| + "backgroundColor": "#ADD8E6"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV",
|
| + "position": [8, 25],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#D3D3D3"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| + "position": [8, 50],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF",
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| - "position": [8, 50],
|
| - "bounds": [100, 100],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| - "rect": [0, 0, 100, 100],
|
| - "reason": "style change"
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow (positioned) DIV id='foo'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|