Index: LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt |
diff --git a/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt b/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt |
index 7ec85e11868e7dd626e4cc2d8b7b4091442eae5d..1d31fd0e928e8927bc0d69d97ebdc266e42263d9 100644 |
--- a/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt |
+++ b/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt |
@@ -1,33 +1,33 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 50.00 50.00) |
- (bounds 300.00 300.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (bounds 300.00 300.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 285.00 300.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 285.00 1000.00) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [50, 50], |
+ "bounds": [300, 300], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "bounds": [300, 300], |
+ "children": [ |
+ { |
+ "bounds": [285, 300], |
+ "children": [ |
+ { |
+ "bounds": [285, 1000] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |