Index: LayoutTests/platform/win/fast/repaint/caret-with-transformation-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/caret-with-transformation-expected.txt b/LayoutTests/platform/win/fast/repaint/caret-with-transformation-expected.txt |
index fcec47e5831e6abb782c2ec01f51f9cbc2019019..d55241493ae7f299a771fffb4d844da362580648 100644 |
--- a/LayoutTests/platform/win/fast/repaint/caret-with-transformation-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/caret-with-transformation-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 345.00 210.00 13.00 19.00) |
- (rect 41.00 35.00 13.00 18.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [345, 210, 13, 19], |
+ [41, 35, 13, 18] |
+ ] |
+ } |
+ ] |
+} |