Index: LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt |
diff --git a/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt b/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt |
index 841fd1b27b438715b3bfcef91aaf94ea15ac1848..cbe5db1279d7f14717e62a08810ee60e415392db 100644 |
--- a/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt |
+++ b/LayoutTests/svg/repaint/remove-outline-property-on-root-expected.txt |
@@ -1,20 +1,20 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 8.00 784.00 104.00) |
- (rect 8.00 8.00 100.00 100.00) |
- (rect 8.00 8.00 100.00 100.00) |
- (rect 0.00 0.00 800.00 120.00) |
- (rect 0.00 0.00 800.00 120.00) |
- (rect 0.00 0.00 792.00 118.00) |
- (rect 0.00 0.00 118.00 118.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 8, 784, 104], |
+ [8, 8, 100, 100], |
+ [8, 8, 100, 100], |
+ [0, 0, 800, 120], |
+ [0, 0, 800, 120], |
+ [0, 0, 792, 118], |
+ [0, 0, 118, 118] |
+ ] |
+ } |
+ ] |
+} |