Index: LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt |
diff --git a/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt b/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt |
index ddc95580509ded24771fb54051abe45a2e40823d..6e4594d735e77c284639c02465a5a72470b9efcc 100644 |
--- a/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt |
+++ b/LayoutTests/fast/repaint/border-radius-repaint-2-expected.txt |
@@ -1,20 +1,20 @@ |
-(GraphicsLayer |
- (bounds 874.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 874.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 141.00 139.00 600.00 550.00) |
- (rect 141.00 139.00 600.00 2.00) |
- (rect 138.00 144.00 606.00 548.00) |
- (rect 8.00 224.00 866.00 548.00) |
- (rect 8.00 8.00 866.00 764.00) |
- (rect 8.00 8.00 866.00 216.00) |
- (rect 0.00 232.00 874.00 548.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [874, 600], |
+ "children": [ |
+ { |
+ "bounds": [874, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [141, 139, 600, 550], |
+ [141, 139, 600, 2], |
+ [138, 144, 606, 548], |
+ [8, 224, 866, 548], |
+ [8, 8, 866, 764], |
+ [8, 8, 866, 216], |
+ [0, 232, 874, 548] |
+ ] |
+ } |
+ ] |
+} |