Index: LayoutTests/platform/linux/fast/repaint/reflection-redraw-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/reflection-redraw-expected.txt b/LayoutTests/platform/linux/fast/repaint/reflection-redraw-expected.txt |
index 910f74ffc9f714bb10a5f62f2b383885c83a2a44..c896db5c61b8e30fd98f59a108efcedbd4d580dd 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/reflection-redraw-expected.txt |
+++ b/LayoutTests/platform/linux/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 60.00) |
- (rect 379.00 267.00 288.00 60.00) |
- (rect 304.00 377.00 128.00 156.00) |
- (rect 304.00 377.00 128.00 156.00) |
- (rect 304.00 33.00 128.00 184.00) |
- (rect 304.00 33.00 128.00 184.00) |
- (rect 69.00 267.00 288.00 60.00) |
- (rect 69.00 267.00 288.00 60.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [379, 267, 288, 60], |
+ [379, 267, 288, 60], |
+ [304, 377, 128, 156], |
+ [304, 377, 128, 156], |
+ [304, 33, 128, 184], |
+ [304, 33, 128, 184], |
+ [69, 267, 288, 60], |
+ [69, 267, 288, 60] |
+ ] |
+ } |
+ ] |
+} |