Index: LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt |
diff --git a/LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt b/LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt |
index 72d51c26cd338a55e0ebaa8d9b40f31583f75cc3..412bdd0c8e0eabd4fefc818a90ebdd7691d0283e 100644 |
--- a/LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt |
+++ b/LayoutTests/platform/linux/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 220.00 394.00 185.00) |
- (rect 79.00 123.00 260.00 260.00) |
- (rect 76.00 120.00 266.00 266.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [176, 220, 394, 185], |
+ [79, 123, 260, 260], |
+ [76, 120, 266, 266] |
+ ] |
+ } |
+ ] |
+} |