Index: LayoutTests/fast/repaint/layout-state-scrolloffset3-expected.txt |
diff --git a/LayoutTests/fast/repaint/layout-state-scrolloffset3-expected.txt b/LayoutTests/fast/repaint/layout-state-scrolloffset3-expected.txt |
index 09ac71461a0decccbd8a1f7d72b592de56b288cd..b9343178711dd5234bd2803494e28965b96e00f0 100644 |
--- a/LayoutTests/fast/repaint/layout-state-scrolloffset3-expected.txt |
+++ b/LayoutTests/fast/repaint/layout-state-scrolloffset3-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 25.00 50.00) |
- (rect 100.00 118.00 35.00 50.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [110, 128, 25, 50], |
+ [100, 118, 35, 50] |
+ ] |
+ } |
+ ] |
+} |