Index: LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt |
diff --git a/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt b/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt |
index 0b01d066c07f4fcf89a48ccb71ee3a6befb76f99..c3f32a973c50c7aec573d6e672c6004d90504fd1 100644 |
--- a/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt |
+++ b/LayoutTests/fast/repaint/horizontal-bt-overflow-same-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 29.00 21.00 100.00 100.00) |
- (rect 29.00 21.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [29, 21, 100, 100], |
+ [29, 21, 100, 100] |
+ ] |
+ } |
+ ] |
+} |