Index: LayoutTests/platform/win-xp/svg/custom/use-clipped-hit-expected.txt |
diff --git a/LayoutTests/platform/win-xp/svg/custom/use-clipped-hit-expected.txt b/LayoutTests/platform/win-xp/svg/custom/use-clipped-hit-expected.txt |
index 3ddedc494070c52ec0559da254e06700507fabbc..8a5c8582ea03aca7ea8625bc569f59f5692d3b3d 100644 |
--- a/LayoutTests/platform/win-xp/svg/custom/use-clipped-hit-expected.txt |
+++ b/LayoutTests/platform/win-xp/svg/custom/use-clipped-hit-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 90.00 115.00 59.00 19.00) |
- (rect 90.00 115.00 59.00 19.00) |
- (rect 90.00 115.00 43.00 19.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [90, 115, 59, 19], |
+ [90, 115, 59, 19], |
+ [90, 115, 43, 19] |
+ ] |
+ } |
+ ] |
+} |