Index: LayoutTests/platform/win/fast/repaint/selection-after-delete-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/selection-after-delete-expected.txt b/LayoutTests/platform/win/fast/repaint/selection-after-delete-expected.txt |
index fe45687c03959fd6b8cbf377eddc99096a627048..23f0e8b43773cb391efaf5ad756711410b8241bb 100644 |
--- a/LayoutTests/platform/win/fast/repaint/selection-after-delete-expected.txt |
+++ b/LayoutTests/platform/win/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 90.00) |
- (rect 38.00 75.00 152.00 107.00) |
- (rect 38.00 74.00 152.00 110.00) |
- (rect 38.00 74.00 3.00 19.00) |
- (rect 8.00 75.00 784.00 107.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [38, 94, 152, 90], |
+ [38, 75, 152, 107], |
+ [38, 74, 152, 110], |
+ [38, 74, 3, 19], |
+ [8, 75, 784, 107] |
+ ] |
+ } |
+ ] |
+} |