| Index: third_party/WebKit/LayoutTests/platform/win/paint/selection/selection-in-composited-scrolling-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/selection/selection-in-composited-scrolling-container-expected.txt
|
| similarity index 65%
|
| copy from third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
|
| copy to third_party/WebKit/LayoutTests/platform/win/paint/selection/selection-in-composited-scrolling-container-expected.txt
|
| index 254107d517cc7b6cd90471a55879789a2af9e49e..0a5d0ec0ddb1237addd99d3dcc77ec0589253ce3 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/paint/selection/selection-in-composited-scrolling-container-expected.txt
|
| @@ -7,29 +7,34 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutTextControl INPUT id='target'",
|
| + "rect": [7, 7, 70, 24],
|
| + "reason": "subtree"
|
| + }
|
| + ],
|
| "children": [
|
| {
|
| - "name": "LayoutBlockFlow DIV id='scroller'",
|
| - "position": [8, 8],
|
| - "bounds": [200, 200],
|
| - "contentsOpaque": true,
|
| + "name": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "position": [10, 11],
|
| + "bounds": [64, 16],
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| - "backgroundColor": "#D3D3D3",
|
| "children": [
|
| {
|
| "name": "Scrolling Layer",
|
| - "bounds": [185, 185],
|
| + "bounds": [64, 16],
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| "name": "Scrolling Contents Layer",
|
| - "bounds": [200, 1620],
|
| + "bounds": [75, 16],
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutText #text",
|
| - "rect": [0, 610, 23, 18],
|
| + "rect": [26, 0, 26, 16],
|
| "reason": "selection"
|
| }
|
| ]
|
| @@ -38,22 +43,18 @@
|
| },
|
| {
|
| "name": "Overflow Controls Host Layer",
|
| - "bounds": [200, 200],
|
| + "bounds": [64, 16],
|
| "children": [
|
| {
|
| "name": "Horizontal Scrollbar Layer",
|
| - "position": [0, 185],
|
| - "bounds": [185, 15]
|
| + "position": [0, 16],
|
| + "bounds": [64, 0],
|
| + "drawsContent": true
|
| },
|
| {
|
| "name": "Vertical Scrollbar Layer",
|
| - "position": [185, 0],
|
| - "bounds": [15, 185]
|
| - },
|
| - {
|
| - "name": "Scroll Corner Layer",
|
| - "position": [185, 185],
|
| - "bounds": [15, 15],
|
| + "position": [64, 0],
|
| + "bounds": [0, 16],
|
| "drawsContent": true
|
| }
|
| ]
|
| @@ -73,11 +74,11 @@
|
| "reason": "selection"
|
| },
|
| {
|
| - "object": "LayoutBlockFlow DIV id='scroller'",
|
| - "reason": "selection"
|
| + "object": "LayoutTextControl INPUT id='target'",
|
| + "reason": "subtree"
|
| },
|
| {
|
| - "object": "LayoutBlockFlow DIV id='target'",
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| "reason": "selection"
|
| },
|
| {
|
| @@ -85,7 +86,7 @@
|
| "reason": "selection"
|
| },
|
| {
|
| - "object": "InlineTextBox 'test'",
|
| + "object": "InlineTextBox 'test test test'",
|
| "reason": "selection"
|
| }
|
| ]
|
|
|