Index: LayoutTests/platform/mac/fast/repaint/selection-after-delete-expected.txt |
diff --git a/LayoutTests/platform/mac/fast/repaint/selection-after-delete-expected.txt b/LayoutTests/platform/mac/fast/repaint/selection-after-delete-expected.txt |
index 233fcb2377ecb878a83e874e2c75e97f849d0226..d235de75dd9eeb8c92d789e778ce00a5cac967c2 100644 |
--- a/LayoutTests/platform/mac/fast/repaint/selection-after-delete-expected.txt |
+++ b/LayoutTests/platform/mac/fast/repaint/selection-after-delete-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 38.00 94.00 152.00 72.00) |
- (rect 38.00 75.00 152.00 90.00) |
- (rect 38.00 74.00 152.00 92.00) |
- (rect 38.00 74.00 3.00 20.00) |
- (rect 8.00 75.00 784.00 90.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [38, 94, 152, 72], |
+ [38, 75, 152, 90], |
+ [38, 74, 152, 92], |
+ [38, 74, 3, 20], |
+ [8, 75, 784, 90] |
+ ] |
+ } |
+ ] |
+} |