Index: LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt b/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt |
index 25e8e0e5a88667d512b09ee940a0af35509d76f9..37da964d0c6809ea71b67dd57e161e97ab47e172 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/search-field-cancel-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 19.00 47.00 100.00 13.00) |
- (rect 14.00 47.00 117.00 13.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [19, 47, 100, 13], |
+ [14, 47, 117, 13] |
+ ] |
+ } |
+ ] |
+} |