Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
index bbaa54c0db960ca9ce94365d138a8bc44cdf3bfa..68e3837f7f9ebeecb61b92bd9252b1fe8c6245b6 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
@@ -7,14 +7,14 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow (positioned) DIV id='overflowParent' class='absolute green'", |
- "rect": [8, 8, 100, 100], |
- "reason": "style change" |
- }, |
- { |
"object": "LayoutBlockFlow (relative positioned) DIV class='relative green'", |
"rect": [108, 108, 100, 100], |
"reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='overflowParent' class='absolute green'", |
+ "rect": [8, 8, 100, 100], |
+ "reason": "style change" |
} |
] |
} |