Index: LayoutTests/platform/win/svg/text/remove-tspan-from-text-expected.txt |
diff --git a/LayoutTests/platform/win/svg/text/remove-tspan-from-text-expected.txt b/LayoutTests/platform/win/svg/text/remove-tspan-from-text-expected.txt |
index 707f6a1dc3e5bb1c765d99de1ca292c2a116db69..5fa8fbdfd8cb6af712045498afd7263550b5d054 100644 |
--- a/LayoutTests/platform/win/svg/text/remove-tspan-from-text-expected.txt |
+++ b/LayoutTests/platform/win/svg/text/remove-tspan-from-text-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 10.00 62.00 317.00 255.00) |
- (rect 10.00 62.00 317.00 255.00) |
- (rect 10.00 62.00 317.00 255.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [10, 62, 317, 255], |
+ [10, 62, 317, 255], |
+ [10, 62, 317, 255] |
+ ] |
+ } |
+ ] |
+} |