Index: LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt |
diff --git a/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt b/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt |
index e67d758d40e3ef9898d2d47e285947439caf228f..646655462ebb1675d1c48af398bcf6c0a9ca9bd4 100644 |
--- a/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt |
+++ b/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt |
@@ -1,55 +1,55 @@ |
-(GraphicsLayer |
- (bounds 2008.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 2008.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 200.00 200.00 100.00) |
- ) |
- ) |
- ) |
-) |
-(GraphicsLayer |
- (bounds 2008.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 2008.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 2008.00 2016.00) |
- (rect 0.00 0.00 300.00 300.00) |
- ) |
- ) |
- ) |
-) |
-(GraphicsLayer |
- (bounds 2008.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 2008.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 250.00 300.00 50.00) |
- ) |
- ) |
- ) |
-) |
-(GraphicsLayer |
- (bounds 2008.00 2016.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 2008.00 2016.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 2008.00 2016.00) |
- (rect 0.00 0.00 250.00 250.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [2008, 2016], |
+ "children": [ |
+ { |
+ "bounds": [2008, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 200, 200, 100] |
+ ] |
+ } |
+ ] |
+} |
+{ |
+ "bounds": [2008, 2016], |
+ "children": [ |
+ { |
+ "bounds": [2008, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 2008, 2016], |
+ [0, 0, 300, 300] |
+ ] |
+ } |
+ ] |
+} |
+{ |
+ "bounds": [2008, 2016], |
+ "children": [ |
+ { |
+ "bounds": [2008, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 250, 300, 50] |
+ ] |
+ } |
+ ] |
+} |
+{ |
+ "bounds": [2008, 2016], |
+ "children": [ |
+ { |
+ "bounds": [2008, 2016], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 2008, 2016], |
+ [0, 0, 250, 250] |
+ ] |
+ } |
+ ] |
+} |