Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt |
index 72b8b7655d87ffd0e2ad182b810750d487112677..06dfd1e0c57cde770854f82390f15dfa13e0d1f1 100644 |
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/mac/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": [47, 25], |
"drawsContent": true, |
- "children": [ |
+ "backgroundColor": "#FFFFFF", |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutTextControl INPUT id='root'", |
+ "rect": [0, 0, 47, 25], |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutTextControl INPUT id='root'", |
+ "rect": [0, 0, 41, 19], |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='inner-editor'", |
+ "rect": [6, 6, 35, 13], |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [6, 6, 35, 13], |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [38, 6, 3, 13], |
+ "reason": "invalidate paint rectangle" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [38, 6, 3, 13], |
+ "reason": "invalidate paint rectangle" |
+ }, |
{ |
- "name": "LayoutTextControl INPUT id='root'", |
- "position": [5, 5], |
- "bounds": [47, 25], |
- "drawsContent": true, |
- "backgroundColor": "#FFFFFF", |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTextControl INPUT id='root'", |
- "rect": [0, 0, 47, 25], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutTextControl INPUT id='root'", |
- "rect": [0, 0, 41, 19], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='inner-editor'", |
- "rect": [6, 6, 35, 13], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [6, 6, 35, 13], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [38, 6, 3, 13], |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [38, 6, 3, 13], |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [38, 6, 3, 13], |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
+ "object": "LayoutText #text", |
+ "rect": [38, 6, 3, 13], |
+ "reason": "invalidate paint rectangle" |
} |
] |
} |