Index: LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-expected.txt |
index b218e5e135a9545d3adfd74f0cf4d5a50dd673e6..8efa1aab4800d09f54092033f30b5a08712e94b6 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/create-layer-repaint-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 28.00 56.00 500.00 50.00) |
- (rect 28.00 56.00 500.00 50.00) |
- (rect 28.00 56.00 250.00 50.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [28, 56, 500, 50], |
+ [28, 56, 500, 50], |
+ [28, 56, 250, 50] |
+ ] |
+ } |
+ ] |
+} |