Index: LayoutTests/platform/win/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt |
diff --git a/LayoutTests/platform/win/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt b/LayoutTests/platform/win/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt |
index 6a205c9e524ae8d081c5b978e856c4171edff746..7002d605ffe20e51e1de4dbeb2744010b08b15d2 100644 |
--- a/LayoutTests/platform/win/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt |
+++ b/LayoutTests/platform/win/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt |
@@ -1,89 +1,90 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (bounds 400.00 400.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (children 4 |
- (GraphicsLayer |
- (bounds 385.00 385.00) |
- (children 1 |
- (GraphicsLayer |
- (children 1 |
- (GraphicsLayer |
- (position -615.00 0.00) |
- (bounds 1000.00 1000.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 1000.00 1000.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 51.00 50.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #008000) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- (GraphicsLayer |
- (bounds 15.00 385.00) |
- (drawsContent 1) |
- ) |
- (GraphicsLayer |
- (position 15.00 385.00) |
- (bounds 385.00 15.00) |
- (drawsContent 1) |
- ) |
- (GraphicsLayer |
- (position 0.00 385.00) |
- (bounds 15.00 15.00) |
- (drawsContent 1) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "bounds": [400, 400], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "bounds": [385, 385], |
+ "children": [ |
+ { |
+ "children": [ |
+ { |
+ "position": [-615, 0], |
+ "bounds": [1000, 1000], |
+ "children": [ |
+ { |
+ "bounds": [1000, 1000], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [51, 50], |
+ "bounds": [100, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#008000" |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ }, |
+ { |
+ "position": [0, 385], |
+ "bounds": [385, 15], |
+ "drawsContent": true |
+ }, |
+ { |
+ "position": [385, 0], |
+ "bounds": [15, 385], |
+ "drawsContent": true |
+ }, |
+ { |
+ "position": [385, 385], |
+ "bounds": [15, 15], |
+ "drawsContent": true |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |
-------- |
Frame: '<!--framePath //<!--frame0-->-->' |
-------- |
-(GraphicsLayer |
- (position -615.00 0.00) |
- (bounds 1000.00 1000.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 1000.00 1000.00) |
- (drawsContent 1) |
- (children 1 |
- (GraphicsLayer |
- (position 51.00 50.00) |
- (bounds 100.00 100.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (backgroundColor #008000) |
- ) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "position": [-615, 0], |
+ "bounds": [1000, 1000], |
+ "children": [ |
+ { |
+ "bounds": [1000, 1000], |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "position": [51, 50], |
+ "bounds": [100, 100], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#008000" |
+ } |
+ ] |
+ } |
+ ] |
+} |