Index: LayoutTests/platform/mac/fast/repaint/reflection-redraw-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/reflection-redraw-expected.txt b/LayoutTests/platform/mac/fast/repaint/reflection-redraw-expected.txt |
index d7cafea75b25663954e612e4e1c206563ba58461..5ab0fdc265bc4dd45a0e14eb90618f848d411277 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/reflection-redraw-expected.txt |
+++ b/LayoutTests/platform/mac/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 54.00) |
- (rect 379.00 267.00 288.00 54.00) |
- (rect 304.00 377.00 128.00 156.00) |
- (rect 304.00 377.00 128.00 156.00) |
- (rect 304.00 39.00 128.00 172.00) |
- (rect 304.00 39.00 128.00 172.00) |
- (rect 69.00 267.00 288.00 54.00) |
- (rect 69.00 267.00 288.00 54.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [379, 267, 288, 54], |
+ [379, 267, 288, 54], |
+ [304, 377, 128, 156], |
+ [304, 377, 128, 156], |
+ [304, 39, 128, 172], |
+ [304, 39, 128, 172], |
+ [69, 267, 288, 54], |
+ [69, 267, 288, 54] |
+ ] |
+ } |
+ ] |
+} |