Index: LayoutTests/platform/mac/fast/repaint/caret-outside-block-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/caret-outside-block-expected.txt b/LayoutTests/platform/mac/fast/repaint/caret-outside-block-expected.txt |
index b439a4d8f221bb7f3ba05e3cf8b2db47220e8286..552320d10659d033c7e717c65b146cdc0f919729 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/caret-outside-block-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/caret-outside-block-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 790.00 7.00 3.00 20.00) |
- (rect 790.00 7.00 3.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [790, 7, 3, 20], |
+ [790, 7, 3, 20] |
+ ] |
+ } |
+ ] |
+} |