Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/subtree-root-skipped-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/subtree-root-skipped-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/subtree-root-skipped-expected.txt |
index c9b82912b757f7bb7c14d3715d999c5889c71d66..f1c427d9970136cf0a64ce34ab3e0c715499abb2 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/subtree-root-skipped-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/subtree-root-skipped-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -20,21 +22,27 @@ |
"object": "LayoutBlockFlow (positioned) DIV id='div'", |
"rect": [8, 288, 10, 20], |
"reason": "bounds change" |
- }, |
- { |
- "object": "InlineTextBox ''", |
- "reason": "full" |
- }, |
- { |
- "object": "InlineTextBox 'PASS'", |
- "reason": "full" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='inner-editor'", |
+ "reason": "invalidate paint rectangle" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "InlineTextBox 'PASS'", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='div'", |
+ "reason": "bounds change" |
+ } |
] |
} |