Index: LayoutTests/fast/repaint/repaint-resized-overflow-expected.txt |
diff --git a/LayoutTests/fast/repaint/repaint-resized-overflow-expected.txt b/LayoutTests/fast/repaint/repaint-resized-overflow-expected.txt |
index c0397dd11045e74ff6f15962059ec0cc06e2da00..e572041207fa4a50fa55e7ac1636bf7590d6a7ac 100644 |
--- a/LayoutTests/fast/repaint/repaint-resized-overflow-expected.txt |
+++ b/LayoutTests/fast/repaint/repaint-resized-overflow-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 132.00 152.00 10.00 100.00) |
- (rect 132.00 152.00 10.00 48.00) |
- (rect 8.00 204.00 784.00 52.00) |
- (rect 8.00 204.00 784.00 52.00) |
- (rect 8.00 204.00 134.00 52.00) |
- (rect 0.00 212.00 800.00 52.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [132, 152, 10, 100], |
+ [132, 152, 10, 48], |
+ [8, 204, 784, 52], |
+ [8, 204, 784, 52], |
+ [8, 204, 134, 52], |
+ [0, 212, 800, 52] |
+ ] |
+ } |
+ ] |
+} |