Index: LayoutTests/fast/repaint/fixed-after-scroll-expected.txt |
diff --git a/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt b/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt |
index 869cf4720ed103035e1aecf02da2e8e1079fec7d..3d9500eaa06a279efe8de63f70a46371c7346d5a 100644 |
--- a/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt |
+++ b/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 700.00 100.00 100.00) |
- (rect 8.00 200.00 100.00 100.00) |
- (rect 8.00 200.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 2016], |
+ "children": [ |
+ { |
+ "bounds": [800, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 700, 100, 100], |
+ [8, 200, 100, 100], |
+ [8, 200, 100, 100] |
+ ] |
+ } |
+ ] |
+} |