Index: LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt b/LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt |
index 6a7066d73d1d8cbbce483bed7061dc86da95bd4e..eeca698af433fdb31952662c79caadab7c20e20c 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/button-checkbox-click-method-repaint-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 11.00 61.00 30.00 30.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [11, 61, 30, 30] |
+ ] |
+ } |
+ ] |
+} |