Index: LayoutTests/platform/mac-snowleopard/compositing/overflow/updating-scrolling-content-expected.txt |
diff --git a/LayoutTests/platform/mac-snowleopard/compositing/overflow/updating-scrolling-content-expected.txt b/LayoutTests/platform/mac-snowleopard/compositing/overflow/updating-scrolling-content-expected.txt |
index e570b2b9e99e0633a05fdf8528df9d79c00ce6b5..63e6abfad65a27f8a1f1d3841eee00155f37c4ae 100644 |
--- a/LayoutTests/platform/mac-snowleopard/compositing/overflow/updating-scrolling-content-expected.txt |
+++ b/LayoutTests/platform/mac-snowleopard/compositing/overflow/updating-scrolling-content-expected.txt |
@@ -1,57 +1,58 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 8.00 8.00) |
- (bounds 200.00 200.00) |
- (children 4 |
- (GraphicsLayer |
- (bounds 185.00 185.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 185.00 1200.00) |
- (shouldFlattenTransform 0) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 185.00 200.00) |
- (rect 0.00 0.00 185.00 200.00) |
- ) |
- (children 1 |
- (GraphicsLayer |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 0.00 185.00) |
- (bounds 185.00 15.00) |
- (drawsContent 1) |
- ) |
- (GraphicsLayer |
- (position 185.00 0.00) |
- (bounds 15.00 185.00) |
- (drawsContent 1) |
- (repaint rects |
- (rect 0.00 0.00 15.00 185.00) |
- (rect 0.00 0.00 15.00 185.00) |
- (rect 0.00 0.00 15.00 185.00) |
- ) |
- ) |
- (GraphicsLayer |
- (position 185.00 185.00) |
- (bounds 15.00 15.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [200, 200], |
+ "children": [ |
+ { |
+ "bounds": [185, 185], |
+ "children": [ |
+ { |
+ "bounds": [185, 1200], |
+ "shouldFlattenTransform": false, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 185, 200], |
+ [0, 0, 185, 200] |
+ ], |
+ "children": [ |
+ { |
+ |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [0, 185], |
+ "bounds": [185, 15], |
+ "drawsContent": true |
+ }, |
+ { |
+ "position": [185, 0], |
+ "bounds": [15, 185], |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 15, 185], |
+ [0, 0, 15, 185], |
+ [0, 0, 15, 185] |
+ ] |
+ }, |
+ { |
+ "position": [185, 185], |
+ "bounds": [15, 15], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |