Index: LayoutTests/platform/win/fast/repaint/box-inline-resize-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/box-inline-resize-expected.txt b/LayoutTests/platform/win/fast/repaint/box-inline-resize-expected.txt |
index 2556f2bc7a02f4df2e6bb830237108dca1f80b74..d3233b132b677aa75e54d13f565aebb8bcd1904c 100644 |
--- a/LayoutTests/platform/win/fast/repaint/box-inline-resize-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/box-inline-resize-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 40.00 104.00 113.00 27.00) |
- (rect 8.00 104.00 113.00 27.00) |
- (rect 8.00 84.00 32.00 67.00) |
- (rect 8.00 84.00 32.00 32.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [40, 104, 113, 27], |
+ [8, 104, 113, 27], |
+ [8, 84, 32, 67], |
+ [8, 84, 32, 32] |
+ ] |
+ } |
+ ] |
+} |