Index: LayoutTests/platform/win-xp/fast/repaint/caret-with-transformation-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/caret-with-transformation-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/caret-with-transformation-expected.txt |
index 3cd2bb2ac8023e2c0acaaceab75ba7bf9859509c..60afd41538a2b3b28c28dd97a4cbfcaf05d2d37c 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/caret-with-transformation-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/caret-with-transformation-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 322.00 197.00 14.00 21.00) |
- (rect 41.00 35.00 14.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [322, 197, 14, 21], |
+ [41, 35, 14, 20] |
+ ] |
+ } |
+ ] |
+} |