| Index: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt
|
| index 0a5d0ec0ddb1237addd99d3dcc77ec0589253ce3..1f6283428b476327cce4999b45adb6073308f461 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection/selection-in-composited-scrolling-container-expected.txt
|
| @@ -1,7 +1,5 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| @@ -13,55 +11,47 @@
|
| "rect": [7, 7, 70, 24],
|
| "reason": "subtree"
|
| }
|
| - ],
|
| - "children": [
|
| + ]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "position": [10, 11],
|
| + "bounds": [64, 16],
|
| + "shouldFlattenTransform": false,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Scrolling Layer",
|
| + "bounds": [64, 16],
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "Scrolling Contents Layer",
|
| + "bounds": [75, 16],
|
| + "drawsContent": true,
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow DIV id='inner-editor'",
|
| - "position": [10, 11],
|
| - "bounds": [64, 16],
|
| - "shouldFlattenTransform": false,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Scrolling Layer",
|
| - "bounds": [64, 16],
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "Scrolling Contents Layer",
|
| - "bounds": [75, 16],
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutText #text",
|
| - "rect": [26, 0, 26, 16],
|
| - "reason": "selection"
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "Overflow Controls Host Layer",
|
| - "bounds": [64, 16],
|
| - "children": [
|
| - {
|
| - "name": "Horizontal Scrollbar Layer",
|
| - "position": [0, 16],
|
| - "bounds": [64, 0],
|
| - "drawsContent": true
|
| - },
|
| - {
|
| - "name": "Vertical Scrollbar Layer",
|
| - "position": [64, 0],
|
| - "bounds": [0, 16],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "object": "LayoutText #text",
|
| + "rect": [26, 0, 26, 16],
|
| + "reason": "selection"
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "Overflow Controls Host Layer",
|
| + "bounds": [64, 16]
|
| + },
|
| + {
|
| + "name": "Horizontal Scrollbar Layer",
|
| + "position": [0, 16],
|
| + "bounds": [64, 0],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Vertical Scrollbar Layer",
|
| + "position": [64, 0],
|
| + "bounds": [0, 16],
|
| + "drawsContent": true
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
|
|