Index: third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
index 94608b39558ece2bc525dc689ed93769cf68595c..6399d39f7681e75f2f00f2bccff82a9f18944cbb 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
@@ -7,24 +7,23 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow DIV", |
- "rect": [8, 74, 46, 20], |
+ "object": "LayoutTable TABLE", |
+ "rect": [8, 172, 46, 20], |
"reason": "incremental" |
}, |
{ |
- "object": "LayoutBlockFlow DIV id='target'", |
- "rect": [0, 0, 0, 0], |
- "reason": "became visible" |
- }, |
- { |
- "object": "LayoutTable TABLE", |
- "rect": [8, 172, 46, 20], |
+ "object": "LayoutBlockFlow DIV", |
+ "rect": [8, 74, 46, 20], |
"reason": "incremental" |
}, |
{ |
"object": "LayoutTableCell TD id='cell'", |
"rect": [10, 170, 42, 20], |
"reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "reason": "became visible" |
} |
] |
} |