Index: LayoutTests/fast/repaint/inline-overflow-expected.txt |
diff --git a/LayoutTests/fast/repaint/inline-overflow-expected.txt b/LayoutTests/fast/repaint/inline-overflow-expected.txt |
index b69b09cb2a54ce6a0d5b5982d562b8319fe2f6d5..1633457ab99b9d74a77b4b13f43ff8ef0f1e9588 100644 |
--- a/LayoutTests/fast/repaint/inline-overflow-expected.txt |
+++ b/LayoutTests/fast/repaint/inline-overflow-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 33.00 33.00 250.00 100.00) |
- (rect 33.00 33.00 250.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [33, 33, 250, 100], |
+ [33, 33, 250, 100] |
+ ] |
+ } |
+ ] |
+} |