Index: LayoutTests/platform/mac/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt |
diff --git a/LayoutTests/platform/mac/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt b/LayoutTests/platform/mac/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt |
index df576a970f08193ee37c106ec0857f57fffaafb8..d81a5ae9a35e1a5f8f8b1075e8cb83ca41831f12 100644 |
--- a/LayoutTests/platform/mac/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt |
+++ b/LayoutTests/platform/mac/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt |
@@ -1,51 +1,52 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 2 |
- (GraphicsLayer |
- (bounds 320.00 340.00) |
- (children 4 |
- (GraphicsLayer |
- (bounds 305.00 325.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 305.00 1224.00) |
- (shouldFlattenTransform 0) |
- (children 1 |
- (GraphicsLayer |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 0.00 325.00) |
- (bounds 305.00 15.00) |
- ) |
- (GraphicsLayer |
- (position 305.00 0.00) |
- (bounds 15.00 325.00) |
- ) |
- (GraphicsLayer |
- (position 305.00 325.00) |
- (bounds 15.00 15.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (position 10.00 10.00) |
- (bounds 284.00 1204.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #C0C0C0) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "bounds": [320, 340], |
+ "children": [ |
+ { |
+ "bounds": [305, 325], |
+ "children": [ |
+ { |
+ "bounds": [305, 1224], |
+ "shouldFlattenTransform": false, |
+ "children": [ |
+ { |
+ |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [0, 325], |
+ "bounds": [305, 15] |
+ }, |
+ { |
+ "position": [305, 0], |
+ "bounds": [15, 325] |
+ }, |
+ { |
+ "position": [305, 325], |
+ "bounds": [15, 15], |
+ "drawsContent": true |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [10, 10], |
+ "bounds": [284, 1204], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#C0C0C0" |
+ } |
+ ] |
+ } |
+ ] |
+} |