Index: LayoutTests/fast/box-shadow/negative-shadow-box-shrink-expected.txt |
diff --git a/LayoutTests/fast/box-shadow/negative-shadow-box-shrink-expected.txt b/LayoutTests/fast/box-shadow/negative-shadow-box-shrink-expected.txt |
index 7abc5303f90c22169ddc2a1161d354d7edd8f34e..f718323bbb1f32cd9eb211185abc30ea813c3b65 100644 |
--- a/LayoutTests/fast/box-shadow/negative-shadow-box-shrink-expected.txt |
+++ b/LayoutTests/fast/box-shadow/negative-shadow-box-shrink-expected.txt |
@@ -1,18 +1,18 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 100.00 200.00 640.00 100.00) |
- (rect 100.00 200.00 640.00 100.00) |
- (rect 100.00 200.00 600.00 100.00) |
- (rect 100.00 160.00 640.00 40.00) |
- (rect 0.00 300.00 800.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [100, 200, 640, 100], |
+ [100, 200, 640, 100], |
+ [100, 200, 600, 100], |
+ [100, 160, 640, 40], |
+ [0, 300, 800, 100] |
+ ] |
+ } |
+ ] |
+} |