Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt |
index 720fe457219603245d507696e7650dbe8b6a853d..1f3e894f1241d82ce85f7a3d7eb214cedbc7220d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 2016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 2016], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -15,13 +17,19 @@ |
"object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'", |
"rect": [8, 200, 100, 100], |
"reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'", |
- "reason": "style change" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'", |
+ "reason": "subtree" |
+ } |
] |
} |