Index: LayoutTests/platform/mac/css3/flexbox/repaint-expected.txt |
diff --git a/LayoutTests/platform/mac/css3/flexbox/repaint-expected.txt b/LayoutTests/platform/mac/css3/flexbox/repaint-expected.txt |
index 5fb678e7eca07d530b87f8dbf7f3b7795c1e6e53..fd7f34f5437889f61fc36abddcb0d8262f3a3844 100644 |
--- a/LayoutTests/platform/mac/css3/flexbox/repaint-expected.txt |
+++ b/LayoutTests/platform/mac/css3/flexbox/repaint-expected.txt |
@@ -1,27 +1,27 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 400.00 116.00 392.00 162.00) |
- (rect 400.00 116.00 392.00 162.00) |
- (rect 148.00 116.00 644.00 90.00) |
- (rect 148.00 116.00 644.00 90.00) |
- (rect 148.00 116.00 644.00 90.00) |
- (rect 148.00 116.00 644.00 90.00) |
- (rect 148.00 116.00 252.00 162.00) |
- (rect 139.00 116.00 653.00 90.00) |
- (rect 139.00 116.00 653.00 90.00) |
- (rect 139.00 116.00 9.00 90.00) |
- (rect 8.00 206.00 784.00 72.00) |
- (rect 8.00 206.00 784.00 72.00) |
- (rect 8.00 206.00 392.00 72.00) |
- (rect 0.00 214.00 800.00 72.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [400, 116, 392, 162], |
+ [400, 116, 392, 162], |
+ [148, 116, 644, 90], |
+ [148, 116, 644, 90], |
+ [148, 116, 644, 90], |
+ [148, 116, 644, 90], |
+ [148, 116, 252, 162], |
+ [139, 116, 653, 90], |
+ [139, 116, 653, 90], |
+ [139, 116, 9, 90], |
+ [8, 206, 784, 72], |
+ [8, 206, 784, 72], |
+ [8, 206, 392, 72], |
+ [0, 214, 800, 72] |
+ ] |
+ } |
+ ] |
+} |