Index: third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt |
index 53561e9371f9803306a10189b65e8766bf488e3a..1d3fdd47f8e0b2c0edf0ea8c5c5c219c95b670cf 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout-expected.txt |
@@ -7,16 +7,6 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "InlineTextBox 'This div should'", |
- "rect": [0, 0, 0, 0], |
- "reason": "full" |
- }, |
- { |
- "object": "InlineTextBox 'disappear.'", |
- "rect": [0, 0, 0, 0], |
- "reason": "full" |
- }, |
- { |
"object": "LayoutBlockFlow (positioned) DIV id='target'", |
"rect": [8, 108, 100, 100], |
"reason": "layoutObject removal" |
@@ -27,13 +17,19 @@ |
"reason": "layoutObject removal" |
}, |
{ |
+ "object": "InlineTextBox 'This div should'", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "InlineTextBox 'disappear.'", |
+ "reason": "full" |
+ }, |
+ { |
"object": "RootInlineBox", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
}, |
{ |
"object": "RootInlineBox", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
} |
] |