Index: LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-expected.txt |
diff --git a/LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-expected.txt b/LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-expected.txt |
index e216fb22f7ab7e5220e603e4a5d228ba4795e07b..cc7d5acdfb747cea98fd79d52a870e350e03b6fd 100644 |
--- a/LayoutTests/platform/win/compositing/squashing/selection-repaint-with-gaps-expected.txt |
+++ b/LayoutTests/platform/win/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 37.00 80.00 3.00 17.00) |
- (rect 0.00 80.00 40.00 35.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 37.00 160.00 3.00 17.00) |
- (rect 37.00 80.00 3.00 35.00) |
- (rect 0.00 160.00 40.00 35.00) |
- (rect 0.00 115.00 100.00 15.00) |
- (rect 0.00 80.00 40.00 35.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": [ |
+ [37, 80, 3, 17], |
+ [0, 80, 40, 35] |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |
+{ |
+ "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": [ |
+ [37, 160, 3, 17], |
+ [37, 80, 3, 35], |
+ [0, 160, 40, 35], |
+ [0, 115, 100, 15], |
+ [0, 80, 40, 35] |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |