Index: LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
diff --git a/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt b/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
index 9763eaad9032d96bd7f2d139bdedd0c082dae233..c5aa70e9d9a1ef0d3a442dfadcc0be89a5e6f07b 100644 |
--- a/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
+++ b/LayoutTests/fast/repaint/intermediate-layout-position-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 10.00 150.00 42.00 40.00) |
- (rect 10.00 150.00 42.00 20.00) |
- (rect 8.00 172.00 46.00 20.00) |
- (rect 8.00 172.00 46.00 20.00) |
- (rect 8.00 170.00 46.00 20.00) |
- (rect 8.00 74.00 46.00 20.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [10, 150, 42, 40], |
+ [10, 150, 42, 20], |
+ [8, 172, 46, 20], |
+ [8, 172, 46, 20], |
+ [8, 170, 46, 20], |
+ [8, 74, 46, 20] |
+ ] |
+ } |
+ ] |
+} |