Index: LayoutTests/platform/win/css3/flexbox/repaint-on-layout-expected.txt |
diff --git a/LayoutTests/platform/win/css3/flexbox/repaint-on-layout-expected.txt b/LayoutTests/platform/win/css3/flexbox/repaint-on-layout-expected.txt |
index 104f80365886aa09af7578f32069c5d2e75026c7..8ea2815ab394a1e44508eb3f525ecf5041437128 100644 |
--- a/LayoutTests/platform/win/css3/flexbox/repaint-on-layout-expected.txt |
+++ b/LayoutTests/platform/win/css3/flexbox/repaint-on-layout-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 712.00 8.00 80.00 23.00) |
- (rect 712.00 8.00 80.00 23.00) |
- (rect 712.00 8.00 80.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [712, 8, 80, 23], |
+ [712, 8, 80, 23], |
+ [712, 8, 80, 20] |
+ ] |
+ } |
+ ] |
+} |