Index: LayoutTests/fast/repaint/selection-gap-absolute-child-expected.txt |
diff --git a/LayoutTests/fast/repaint/selection-gap-absolute-child-expected.txt b/LayoutTests/fast/repaint/selection-gap-absolute-child-expected.txt |
index adecccef865238c0797600c2f66d3fb6802842b5..7d362bdeed4d3a3baa1807b7daef85242ca6fd04 100644 |
--- a/LayoutTests/fast/repaint/selection-gap-absolute-child-expected.txt |
+++ b/LayoutTests/fast/repaint/selection-gap-absolute-child-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 100, 100] |
+ ] |
+ } |
+ ] |
+} |