Index: LayoutTests/platform/win/fast/repaint/reflection-redraw-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/reflection-redraw-expected.txt b/LayoutTests/platform/win/fast/repaint/reflection-redraw-expected.txt |
index 7bc6b8c3085e63dcd237ceb6907284aa6bf094d7..e8bef7a417f9d46ac028590618c54c0d59c3d694 100644 |
--- a/LayoutTests/platform/win/fast/repaint/reflection-redraw-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/reflection-redraw-expected.txt |
@@ -1,21 +1,21 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 379.00 267.00 288.00 72.00) |
- (rect 379.00 267.00 288.00 72.00) |
- (rect 304.00 377.00 128.00 156.00) |
- (rect 304.00 377.00 128.00 156.00) |
- (rect 304.00 21.00 128.00 208.00) |
- (rect 304.00 21.00 128.00 208.00) |
- (rect 69.00 267.00 288.00 72.00) |
- (rect 69.00 267.00 288.00 72.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [379, 267, 288, 72], |
+ [379, 267, 288, 72], |
+ [304, 377, 128, 156], |
+ [304, 377, 128, 156], |
+ [304, 21, 128, 208], |
+ [304, 21, 128, 208], |
+ [69, 267, 288, 72], |
+ [69, 267, 288, 72] |
+ ] |
+ } |
+ ] |
+} |