Index: LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt |
diff --git a/LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt b/LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt |
index 7dc3c57a9b7a91c3f98034bc0b7cd5b8c99f11eb..9a322a78e1a0f8e9eb8b303d9908e2e5e5c85393 100644 |
--- a/LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt |
+++ b/LayoutTests/platform/mac/compositing/squashing/selection-repaint-with-gaps-expected.txt |
@@ -1,63 +1,63 @@ |
lorem ipsumlorem ipsumlorem ipsum |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (position 8.00 8.00) |
- (bounds 300.00 500.00) |
- ) |
- (GraphicsLayer |
- (position 15.00 35.00) |
- (bounds 100.00 210.00) |
- (drawsContent 1) |
- (repaint rects |
- (rect 36.00 80.00 4.00 18.00) |
- (rect 0.00 80.00 38.00 36.00) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (children 2 |
- (GraphicsLayer |
- (position 8.00 8.00) |
- (bounds 300.00 500.00) |
- ) |
- (GraphicsLayer |
- (position 15.00 35.00) |
- (bounds 100.00 210.00) |
- (drawsContent 1) |
- (repaint rects |
- (rect 36.00 160.00 4.00 18.00) |
- (rect 36.00 80.00 4.00 36.00) |
- (rect 0.00 160.00 38.00 36.00) |
- (rect 0.00 116.00 100.00 14.00) |
- (rect 0.00 80.00 38.00 36.00) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [300, 500] |
+ }, |
+ { |
+ "position": [15, 35], |
+ "bounds": [100, 210], |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [36, 80, 4, 18], |
+ [0, 80, 38, 36] |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [300, 500] |
+ }, |
+ { |
+ "position": [15, 35], |
+ "bounds": [100, 210], |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [36, 160, 4, 18], |
+ [36, 80, 4, 36], |
+ [0, 160, 38, 36], |
+ [0, 116, 100, 14], |
+ [0, 80, 38, 36] |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |