Index: LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt |
diff --git a/LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt b/LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt |
index 2efde8ee9340348dfd95760349b36796fe9bf9ae..2b83f2cb9396b43acc3740a3f57744da284dd5b8 100644 |
--- a/LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt |
+++ b/LayoutTests/css3/flexbox/repaint-opacity-change-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 18.00 18.00 764.00 20.00) |
- (rect 18.00 18.00 764.00 20.00) |
- (rect 18.00 18.00 764.00 20.00) |
- (rect 18.00 18.00 764.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [18, 18, 764, 20], |
+ [18, 18, 764, 20], |
+ [18, 18, 764, 20], |
+ [18, 18, 764, 20] |
+ ] |
+ } |
+ ] |
+} |