Index: LayoutTests/fast/repaint/selection-gap-flipped-absolute-child-expected.txt |
diff --git a/LayoutTests/fast/repaint/selection-gap-flipped-absolute-child-expected.txt b/LayoutTests/fast/repaint/selection-gap-flipped-absolute-child-expected.txt |
index 8a4ba6e4d5f96fb036098837e32e0acf79c97507..70617542146f868ecce228c9dd181511ad989107 100644 |
--- a/LayoutTests/fast/repaint/selection-gap-flipped-absolute-child-expected.txt |
+++ b/LayoutTests/fast/repaint/selection-gap-flipped-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 700.00 0.00 100.00 100.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [700, 0, 100, 100] |
+ ] |
+ } |
+ ] |
+} |