Index: LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt |
diff --git a/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt b/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt |
index a3da098189d530a404671250c5adfcb067b7e719..6b1a48599476bbd9c8bda6ccc990a4022085869c 100644 |
--- a/LayoutTests/fast/repaint/transform-repaint-descendants-expected.txt |
+++ b/LayoutTests/fast/repaint/transform-repaint-descendants-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 176.00 218.00 394.00 185.00) |
- (rect 79.00 121.00 260.00 260.00) |
- (rect 76.00 118.00 266.00 266.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [176, 218, 394, 185], |
+ [79, 121, 260, 260], |
+ [76, 118, 266, 266] |
+ ] |
+ } |
+ ] |
+} |