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