Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt |
index 62001766e5c88a193e83b27b3fd4a1eb38dae167..48cacad77095d1ef4da2c75c04f572dd11d46ca3 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -30,25 +32,27 @@ |
"object": "LayoutText #text", |
"rect": [8, 184, 23, 17], |
"reason": "layoutObject insertion" |
- }, |
- { |
- "object": "InlineTextBox 'abc'", |
- "reason": "full" |
- }, |
- { |
- "object": "InlineTextBox 'abc'", |
- "reason": "layoutObject insertion" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='inner-target'", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "RootInlineBox", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "InlineTextBox 'abc'", |
+ "reason": "layoutObject insertion" |
+ } |
] |
} |