Index: third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt |
index 4526512f61cc3bac5b794404f6c8dc4a921712eb..56850661c6465912199c79bf68532f74cb5c2c66 100644 |
--- a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt |
@@ -7,11 +7,6 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "InlineBox", |
- "rect": [0, 0, 0, 0], |
- "reason": "full" |
- }, |
- { |
"object": "LayoutBlockFlow (floating) DIV class='state'", |
"rect": [712, 8, 80, 24], |
"reason": "location change" |
@@ -22,13 +17,15 @@ |
"reason": "layoutObject removal" |
}, |
{ |
+ "object": "InlineBox", |
+ "reason": "full" |
+ }, |
+ { |
"object": "LayoutText #text", |
- "rect": [0, 0, 0, 0], |
"reason": "location change" |
}, |
{ |
"object": "RootInlineBox", |
- "rect": [0, 0, 0, 0], |
"reason": "full" |
} |
] |