Index: LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt |
diff --git a/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt b/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt |
index 5616f36b8ce2a35da7e157008db7c69424183b75..c36c6fda1dfc6ce80333df3876cac11c0d6c2866 100644 |
--- a/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt |
+++ b/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt |
@@ -1,58 +1,58 @@ |
-(GraphicsLayer |
- (bounds 200.00 300.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 200.00 300.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 150.00 20.00 20.00) |
- (rect 0.00 100.00 20.00 20.00) |
- ) |
- ) |
- ) |
-) |
-(GraphicsLayer |
- (bounds 300.00 300.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 300.00 300.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 200.00 300.00) |
- (rect 0.00 0.00 200.00 300.00) |
- ) |
- ) |
- ) |
-) |
-(GraphicsLayer |
- (bounds 300.00 250.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 300.00 250.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 250.00 300.00 50.00) |
- (rect 0.00 150.00 20.00 20.00) |
- (rect 0.00 125.00 20.00 20.00) |
- ) |
- ) |
- ) |
-) |
-(GraphicsLayer |
- (bounds 250.00 250.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 250.00 250.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 300.00 250.00) |
- (rect 0.00 0.00 250.00 250.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [200, 300], |
+ "children": [ |
+ { |
+ "bounds": [200, 300], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 150, 20, 20], |
+ [0, 100, 20, 20] |
+ ] |
+ } |
+ ] |
+} |
+{ |
+ "bounds": [300, 300], |
+ "children": [ |
+ { |
+ "bounds": [300, 300], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 200, 300], |
+ [0, 0, 200, 300] |
+ ] |
+ } |
+ ] |
+} |
+{ |
+ "bounds": [300, 250], |
+ "children": [ |
+ { |
+ "bounds": [300, 250], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 250, 300, 50], |
+ [0, 150, 20, 20], |
+ [0, 125, 20, 20] |
+ ] |
+ } |
+ ] |
+} |
+{ |
+ "bounds": [250, 250], |
+ "children": [ |
+ { |
+ "bounds": [250, 250], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 300, 250], |
+ [0, 0, 250, 250] |
+ ] |
+ } |
+ ] |
+} |