Index: LayoutTests/fast/repaint/border-radius-repaint-expected.txt |
diff --git a/LayoutTests/fast/repaint/border-radius-repaint-expected.txt b/LayoutTests/fast/repaint/border-radius-repaint-expected.txt |
index f6c1e81767fc1bafbc659a3d9bfba218894719f6..ad03c14d2e617420b63c0f48f3c21d1e0c7e1cab 100644 |
--- a/LayoutTests/fast/repaint/border-radius-repaint-expected.txt |
+++ b/LayoutTests/fast/repaint/border-radius-repaint-expected.txt |
@@ -1,19 +1,19 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 33.00 253.00 172.00 60.00) |
- (rect 33.00 253.00 172.00 40.00) |
- (rect 33.00 93.00 172.00 60.00) |
- (rect 33.00 93.00 172.00 40.00) |
- (rect 19.00 307.00 200.00 20.00) |
- (rect 19.00 147.00 200.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [33, 253, 172, 60], |
+ [33, 253, 172, 40], |
+ [33, 93, 172, 60], |
+ [33, 93, 172, 40], |
+ [19, 307, 200, 20], |
+ [19, 147, 200, 20] |
+ ] |
+ } |
+ ] |
+} |