Index: LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt |
diff --git a/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt b/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt |
index 1103b41d29c3e7b0267d59c877b44567bd1682db..9b29494b2c4e2ac7e38969f9e750c958cdd1973a 100644 |
--- a/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt |
+++ b/LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt |
@@ -1,17 +1,17 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 8.00 784.00 200.00) |
- (rect 8.00 8.00 200.00 200.00) |
- (rect 8.00 8.00 200.00 200.00) |
- (rect 0.00 16.00 800.00 200.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 8, 784, 200], |
+ [8, 8, 200, 200], |
+ [8, 8, 200, 200], |
+ [0, 16, 800, 200] |
+ ] |
+ } |
+ ] |
+} |