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