Index: third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt |
index a3a806340d083d0a29ee8ec49f80fd7b4f16e463..2df26eb42acbe5c8bba69f88be5338653cb3953f 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-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,23 @@ |
"object": "LayoutText #text", |
"rect": [8, 8, 200, 100], |
"reason": "layoutObject removal" |
- }, |
- { |
- "object": "InlineFlowBox", |
- "reason": "full" |
- }, |
- { |
- "object": "InlineTextBox 'ab'", |
- "reason": "full" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutInline (relative positioned) SPAN id='target'", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "invalidate paint rectangle" |
+ } |
] |
} |