Index: LayoutTests/fast/repaint/outline-inset-expected.txt |
diff --git a/LayoutTests/fast/repaint/outline-inset-expected.txt b/LayoutTests/fast/repaint/outline-inset-expected.txt |
index 7ebec04db8df90faa69cab43b03035fa226a125c..6c0fd8d7a9fe1b32ec691f56f402a7f71bca5da3 100644 |
--- a/LayoutTests/fast/repaint/outline-inset-expected.txt |
+++ b/LayoutTests/fast/repaint/outline-inset-expected.txt |
@@ -1,21 +1,21 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 29.00 189.00 180.00 60.00) |
- (rect 29.00 189.00 180.00 40.00) |
- (rect 29.00 29.00 180.00 60.00) |
- (rect 29.00 29.00 180.00 40.00) |
- (rect 19.00 229.00 200.00 20.00) |
- (rect 19.00 224.00 200.00 5.00) |
- (rect 19.00 69.00 200.00 20.00) |
- (rect 19.00 64.00 200.00 5.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [29, 189, 180, 60], |
+ [29, 189, 180, 40], |
+ [29, 29, 180, 60], |
+ [29, 29, 180, 40], |
+ [19, 229, 200, 20], |
+ [19, 224, 200, 5], |
+ [19, 69, 200, 20], |
+ [19, 64, 200, 5] |
+ ] |
+ } |
+ ] |
+} |