Index: LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt |
diff --git a/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt b/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt |
index 35edbbaadb6d9d10619514f94c9a09e288473ce1..b8be972e9eae1f5e4ae9e8b3bc3f7772f9d41219 100644 |
--- a/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt |
+++ b/LayoutTests/platform/linux/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 128.00 392.00 160.00) |
- (rect 400.00 128.00 392.00 160.00) |
- (rect 148.00 128.00 644.00 100.00) |
- (rect 148.00 128.00 644.00 100.00) |
- (rect 148.00 128.00 644.00 100.00) |
- (rect 148.00 128.00 644.00 100.00) |
- (rect 148.00 128.00 252.00 160.00) |
- (rect 139.00 128.00 653.00 100.00) |
- (rect 139.00 128.00 653.00 100.00) |
- (rect 139.00 128.00 9.00 100.00) |
- (rect 8.00 228.00 784.00 60.00) |
- (rect 8.00 228.00 784.00 60.00) |
- (rect 8.00 228.00 392.00 60.00) |
- (rect 0.00 236.00 800.00 60.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [400, 128, 392, 160], |
+ [400, 128, 392, 160], |
+ [148, 128, 644, 100], |
+ [148, 128, 644, 100], |
+ [148, 128, 644, 100], |
+ [148, 128, 644, 100], |
+ [148, 128, 252, 160], |
+ [139, 128, 653, 100], |
+ [139, 128, 653, 100], |
+ [139, 128, 9, 100], |
+ [8, 228, 784, 60], |
+ [8, 228, 784, 60], |
+ [8, 228, 392, 60], |
+ [0, 236, 800, 60] |
+ ] |
+ } |
+ ] |
+} |