Index: LayoutTests/fast/repaint/layout-state-scrolloffset-expected.txt |
diff --git a/LayoutTests/fast/repaint/layout-state-scrolloffset-expected.txt b/LayoutTests/fast/repaint/layout-state-scrolloffset-expected.txt |
index 8945b68f7d20f42708ef3eb0dbc090c4340b43ac..39af9e1cc393db82e99a86fa6e0c9a9ea4e2318f 100644 |
--- a/LayoutTests/fast/repaint/layout-state-scrolloffset-expected.txt |
+++ b/LayoutTests/fast/repaint/layout-state-scrolloffset-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 110.00 128.00 50.00 50.00) |
- (rect 100.00 118.00 50.00 50.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [110, 128, 50, 50], |
+ [100, 118, 50, 50] |
+ ] |
+ } |
+ ] |
+} |