| Index: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-composited-scroll-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-composited-scroll-expected.txt
|
| index 225d374f13533b43595faabd91e843ab6614e10d..c3d433a7d1549b38b97e9fdfeaf4f21419dd9811 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-composited-scroll-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/caret-with-composited-scroll-expected.txt
|
| @@ -1,22 +1,27 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow DIV id='scroller'",
|
| "position": [8, 44],
|
| "bounds": [100, 100],
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "Scrolling Layer",
|
| "bounds": [100, 100],
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "Scrolling Contents Layer",
|
| "bounds": [205, 1022],
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| @@ -40,23 +45,20 @@
|
| ]
|
| },
|
| {
|
| + "name": "Overflow Controls Host Layer",
|
| "bounds": [100, 100],
|
| "children": [
|
| {
|
| + "name": "Horizontal Scrollbar Layer",
|
| "position": [0, 100],
|
| "bounds": [100, 0],
|
| "drawsContent": true
|
| },
|
| {
|
| + "name": "Vertical Scrollbar Layer",
|
| "position": [100, 0],
|
| "bounds": [0, 100],
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "Vertical Scrollbar Layer",
|
| - "reason": "full"
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
| @@ -64,6 +66,20 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutTextControl INPUT id='text'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "reason": "invalidate paint rectangle"
|
| + }
|
| ]
|
| }
|
|
|
|
|