Index: LayoutTests/fast/repaint/canvas-putImageData-expected.txt |
diff --git a/LayoutTests/fast/repaint/canvas-putImageData-expected.txt b/LayoutTests/fast/repaint/canvas-putImageData-expected.txt |
index 1df6050d2f530ad5cc2b941b2000f0d31a385664..b90666c9c85c39826daa8bd978abee0869f8cd0e 100644 |
--- a/LayoutTests/fast/repaint/canvas-putImageData-expected.txt |
+++ b/LayoutTests/fast/repaint/canvas-putImageData-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 8.00 90.00 90.00) |
- (rect 8.00 8.00 50.00 50.00) |
- (rect 8.00 8.00 10.00 10.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 8, 90, 90], |
+ [8, 8, 50, 50], |
+ [8, 8, 10, 10] |
+ ] |
+ } |
+ ] |
+} |