Index: LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt |
diff --git a/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt b/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt |
index 96446154944f479bee5f8bcd240187b11b36bf3f..b151ddad0edea84c9e840475ee00af82ff1f0073 100644 |
--- a/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt |
+++ b/LayoutTests/fast/repaint/backgroundSizeRepaint-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 329.00 180.00 60.00) |
- (rect 29.00 329.00 180.00 40.00) |
- (rect 29.00 169.00 180.00 60.00) |
- (rect 29.00 169.00 180.00 40.00) |
- (rect 19.00 329.00 200.00 60.00) |
- (rect 19.00 329.00 200.00 40.00) |
- (rect 19.00 169.00 200.00 60.00) |
- (rect 19.00 169.00 200.00 40.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [29, 329, 180, 60], |
+ [29, 329, 180, 40], |
+ [29, 169, 180, 60], |
+ [29, 169, 180, 40], |
+ [19, 329, 200, 60], |
+ [19, 329, 200, 40], |
+ [19, 169, 200, 60], |
+ [19, 169, 200, 40] |
+ ] |
+ } |
+ ] |
+} |