Index: LayoutTests/css3/flexbox/repaint-on-margin-change-expected.txt |
diff --git a/LayoutTests/css3/flexbox/repaint-on-margin-change-expected.txt b/LayoutTests/css3/flexbox/repaint-on-margin-change-expected.txt |
index 8d9c7e03eea005368aee333ad0808a1b20cba27e..f477316bd048f9cf93007eb93654fa5c58f3307a 100644 |
--- a/LayoutTests/css3/flexbox/repaint-on-margin-change-expected.txt |
+++ b/LayoutTests/css3/flexbox/repaint-on-margin-change-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 48.00 28.00 20.00 20.00) |
- (rect 8.00 28.00 20.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [48, 28, 20, 20], |
+ [8, 28, 20, 20] |
+ ] |
+ } |
+ ] |
+} |