Index: LayoutTests/platform/win-xp/fast/repaint/box-shadow-dynamic-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/box-shadow-dynamic-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/box-shadow-dynamic-expected.txt |
index 8d16f08736181b2f26a4d230cd34f76a29fd36c5..2141b9cf2c9bd1b42852a6ee9b6114969d4c8df1 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/box-shadow-dynamic-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/box-shadow-dynamic-expected.txt |
@@ -1,19 +1,19 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 28.00 192.00 30.00 50.00) |
- (rect 28.00 192.00 30.00 30.00) |
- (rect 28.00 72.00 30.00 70.00) |
- (rect 28.00 72.00 30.00 50.00) |
- (rect 18.00 227.00 55.00 20.00) |
- (rect 18.00 127.00 55.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [28, 192, 30, 50], |
+ [28, 192, 30, 30], |
+ [28, 72, 30, 70], |
+ [28, 72, 30, 50], |
+ [18, 227, 55, 20], |
+ [18, 127, 55, 20] |
+ ] |
+ } |
+ ] |
+} |