Index: third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt |
index 3c6b1e9120d920f3d2faf36dfa3e0303bfedb107..2ba77e94be230e93e88ed432d670020ee241372c 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 2016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 2016], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -18,6 +20,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'", |
+ "reason": "layoutObject insertion" |
+ } |
] |
} |