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