Index: third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-on-layout-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-on-layout-expected.txt b/third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-on-layout-expected.txt |
index d4394097982cb28eb03edfdbd473666cdb88d06e..d14b098296f40b109dcf57704d35555a66f746c9 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/css3/flexbox/repaint-on-layout-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/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, 23], |
"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" |
} |
] |