Index: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt |
index 7be285e70d6cb295114cc532b15ce791a3ecf5fa..deba44d9093858388a45eddc4a375b97435db5a9 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/invalidate-caret-in-non-composited-scrolling-container-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/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": [7, 7], |
+ "bounds": [70, 24], |
"drawsContent": true, |
- "children": [ |
+ "backgroundColor": "#FFFFFF", |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutTextControl INPUT id='root'", |
+ "rect": [0, 0, 70, 24], |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutTextControl INPUT id='root'", |
+ "rect": [0, 0, 68, 22], |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='inner-editor'", |
+ "rect": [3, 4, 64, 16], |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [3, 4, 64, 16], |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [64, 4, 3, 16], |
+ "reason": "invalidate paint rectangle" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [64, 4, 3, 16], |
+ "reason": "invalidate paint rectangle" |
+ }, |
{ |
- "name": "LayoutTextControl INPUT id='root'", |
- "position": [7, 7], |
- "bounds": [70, 24], |
- "drawsContent": true, |
- "backgroundColor": "#FFFFFF", |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTextControl INPUT id='root'", |
- "rect": [0, 0, 70, 24], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutTextControl INPUT id='root'", |
- "rect": [0, 0, 68, 22], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='inner-editor'", |
- "rect": [3, 4, 64, 16], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [3, 4, 64, 16], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [64, 4, 3, 16], |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [64, 4, 3, 16], |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [64, 4, 3, 16], |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
+ "object": "LayoutText #text", |
+ "rect": [64, 4, 3, 16], |
+ "reason": "invalidate paint rectangle" |
} |
] |
} |