Index: LayoutTests/platform/win-xp/fast/repaint/transform-layout-repaint-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/transform-layout-repaint-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/transform-layout-repaint-expected.txt |
index 75029d27663fdd139d0effb8b603a64986ecab33..c66c28835d4c599511317dbed7d87e57fd40a8fa 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/transform-layout-repaint-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/transform-layout-repaint-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 51.00 50.00 197.00 88.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [51, 50, 197, 88] |
+ ] |
+ } |
+ ] |
+} |