Index: LayoutTests/fast/repaint/transform-relative-position-expected.txt |
diff --git a/LayoutTests/fast/repaint/transform-relative-position-expected.txt b/LayoutTests/fast/repaint/transform-relative-position-expected.txt |
index 601f9d44cbb8b3cf7a0226e15af3bf39141a01fe..c98d2159797357c98ae0d9cf9be8fc375736d9db 100644 |
--- a/LayoutTests/fast/repaint/transform-relative-position-expected.txt |
+++ b/LayoutTests/fast/repaint/transform-relative-position-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 108.00 150.00 202.00 202.00) |
- (rect 66.00 108.00 286.00 286.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [108, 150, 202, 202], |
+ [66, 108, 286, 286] |
+ ] |
+ } |
+ ] |
+} |