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 79094e32763384b9be3705aaeb5e35376da69569..a3a806340d083d0a29ee8ec49f80fd7b4f16e463 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 |
@@ -7,16 +7,6 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "InlineFlowBox", |
- "rect": [0, 0, 0, 0], |
- "reason": "full" |
- }, |
- { |
- "object": "InlineTextBox 'ab'", |
- "rect": [0, 0, 0, 0], |
- "reason": "full" |
- }, |
- { |
"object": "LayoutBlockFlow DIV", |
"rect": [108, 8, 684, 100], |
"reason": "invalidate paint rectangle" |
@@ -32,8 +22,15 @@ |
"reason": "layoutObject removal" |
}, |
{ |
+ "object": "InlineFlowBox", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "InlineTextBox 'ab'", |
+ "reason": "full" |
+ }, |
+ { |
"object": "RootInlineBox", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
} |
] |