Index: LayoutTests/platform/win/fast/repaint/reflection-repaint-test-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/reflection-repaint-test-expected.txt b/LayoutTests/platform/win/fast/repaint/reflection-repaint-test-expected.txt |
index a1ccff9e058dc306ab773f66cc48ffea48610c83..f0a44c971ee6136ab0126ddfd3e091ca262da1e3 100644 |
--- a/LayoutTests/platform/win/fast/repaint/reflection-repaint-test-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/reflection-repaint-test-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 51.00 50.00 197.00 87.00) |
- (rect 22.00 130.00 197.00 86.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [51, 50, 197, 87], |
+ [22, 130, 197, 86] |
+ ] |
+ } |
+ ] |
+} |