Index: LayoutTests/svg/repaint/paintorder-filtered-expected.txt |
diff --git a/LayoutTests/svg/repaint/paintorder-filtered-expected.txt b/LayoutTests/svg/repaint/paintorder-filtered-expected.txt |
index 258e3b056427514848fbc01b3fbf13b650057d6c..3ed6f5d98fdb8ed022be8509a40f8de5e3978913 100644 |
--- a/LayoutTests/svg/repaint/paintorder-filtered-expected.txt |
+++ b/LayoutTests/svg/repaint/paintorder-filtered-expected.txt |
@@ -1,34 +1,34 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 456.00 166.00 133.00 132.00) |
- (rect 456.00 166.00 133.00 132.00) |
- (rect 454.00 163.00 137.00 137.00) |
- (rect 320.00 166.00 133.00 132.00) |
- (rect 318.00 163.00 137.00 137.00) |
- (rect 184.00 166.00 132.00 132.00) |
- (rect 184.00 166.00 132.00 132.00) |
- (rect 184.00 166.00 132.00 132.00) |
- (rect 184.00 166.00 132.00 132.00) |
- (rect 181.00 163.00 138.00 137.00) |
- (rect 181.00 163.00 138.00 137.00) |
- (rect 181.00 163.00 138.00 137.00) |
- (rect 137.00 37.00 580.00 563.00) |
- (rect 47.00 166.00 133.00 132.00) |
- (rect 47.00 166.00 133.00 132.00) |
- (rect 47.00 166.00 133.00 132.00) |
- (rect 47.00 166.00 133.00 132.00) |
- (rect 46.00 28.00 7.00 7.00) |
- (rect 45.00 163.00 137.00 137.00) |
- (rect 45.00 163.00 137.00 137.00) |
- (rect 45.00 163.00 137.00 137.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [456, 166, 133, 132], |
+ [456, 166, 133, 132], |
+ [454, 163, 137, 137], |
+ [320, 166, 133, 132], |
+ [318, 163, 137, 137], |
+ [184, 166, 132, 132], |
+ [184, 166, 132, 132], |
+ [184, 166, 132, 132], |
+ [184, 166, 132, 132], |
+ [181, 163, 138, 137], |
+ [181, 163, 138, 137], |
+ [181, 163, 138, 137], |
+ [137, 37, 580, 563], |
+ [47, 166, 133, 132], |
+ [47, 166, 133, 132], |
+ [47, 166, 133, 132], |
+ [47, 166, 133, 132], |
+ [46, 28, 7, 7], |
+ [45, 163, 137, 137], |
+ [45, 163, 137, 137], |
+ [45, 163, 137, 137] |
+ ] |
+ } |
+ ] |
+} |