Index: LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt |
diff --git a/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt b/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt |
index 532330a193fa99da6a15acc762b1c100445b79ae..902b830bfd67b453f56f96e4902c4486e3f43e79 100644 |
--- a/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt |
+++ b/LayoutTests/fast/repaint/intermediate-layout-position-clip-expected.txt |
@@ -1,16 +1,16 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 752.00 8.00 40.00 40.00) |
- (rect 8.00 8.00 784.00 40.00) |
- (rect 8.00 8.00 784.00 10.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [752, 8, 40, 40], |
+ [8, 8, 784, 40], |
+ [8, 8, 784, 10] |
+ ] |
+ } |
+ ] |
+} |