Index: LayoutTests/fast/repaint/outline-child-repaint-expected.txt |
diff --git a/LayoutTests/fast/repaint/outline-child-repaint-expected.txt b/LayoutTests/fast/repaint/outline-child-repaint-expected.txt |
index 23f5a5f36e10c0792e8085439e43ed23df79aecb..af2c00954575e15059a5b77a9b54caf31c19bb5d 100644 |
--- a/LayoutTests/fast/repaint/outline-child-repaint-expected.txt |
+++ b/LayoutTests/fast/repaint/outline-child-repaint-expected.txt |
@@ -1,15 +1,15 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 240.00 220.00 60.00) |
- (rect 0.00 140.00 220.00 60.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 240, 220, 60], |
+ [0, 140, 220, 60] |
+ ] |
+ } |
+ ] |
+} |