| Index: third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
|
| index 29b3fc345a1c59d4ae856a5e8dc179e471b69503..ba7231bfad1594e30cd1fdca09c6b8cfe80f4a11 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt
|
| @@ -1,56 +1,52 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutTextControl INPUT id='root'",
|
| + "position": [5, 5],
|
| + "bounds": [54, 25],
|
| "drawsContent": true,
|
| - "children": [
|
| + "backgroundColor": "#FFFFFF",
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutTextControl INPUT id='root'",
|
| + "rect": [0, 0, 54, 25],
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutTextControl INPUT id='root'",
|
| + "rect": [0, 0, 48, 19],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "rect": [6, 6, 42, 13],
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [6, 6, 42, 13],
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [45, 6, 3, 13],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [45, 6, 3, 13],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| {
|
| - "name": "LayoutTextControl INPUT id='root'",
|
| - "position": [5, 5],
|
| - "bounds": [54, 25],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#FFFFFF",
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutTextControl INPUT id='root'",
|
| - "rect": [0, 0, 54, 25],
|
| - "reason": "subtree"
|
| - },
|
| - {
|
| - "object": "LayoutTextControl INPUT id='root'",
|
| - "rect": [0, 0, 48, 19],
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| - "rect": [6, 6, 42, 13],
|
| - "reason": "subtree"
|
| - },
|
| - {
|
| - "object": "LayoutText #text",
|
| - "rect": [6, 6, 42, 13],
|
| - "reason": "subtree"
|
| - },
|
| - {
|
| - "object": "LayoutText #text",
|
| - "rect": [45, 6, 3, 13],
|
| - "reason": "invalidate paint rectangle"
|
| - },
|
| - {
|
| - "object": "LayoutText #text",
|
| - "rect": [45, 6, 3, 13],
|
| - "reason": "invalidate paint rectangle"
|
| - },
|
| - {
|
| - "object": "LayoutText #text",
|
| - "rect": [45, 6, 3, 13],
|
| - "reason": "invalidate paint rectangle"
|
| - }
|
| - ]
|
| + "object": "LayoutText #text",
|
| + "rect": [45, 6, 3, 13],
|
| + "reason": "invalidate paint rectangle"
|
| }
|
| ]
|
| }
|
|
|