Index: LayoutTests/platform/win/fast/repaint/layout-state-relative-expected.txt |
diff --git a/LayoutTests/platform/win/fast/repaint/layout-state-relative-expected.txt b/LayoutTests/platform/win/fast/repaint/layout-state-relative-expected.txt |
index a6b29fca6df37747aeed0a6b05f402a5f0035df4..970403a7487133e4cacfd9435fc4f460ebcdfe68 100644 |
--- a/LayoutTests/platform/win/fast/repaint/layout-state-relative-expected.txt |
+++ b/LayoutTests/platform/win/fast/repaint/layout-state-relative-expected.txt |
@@ -1,14 +1,14 @@ |
-(GraphicsLayer |
- (bounds 800.00 600.00) |
- (children 1 |
- (GraphicsLayer |
- (bounds 800.00 600.00) |
- (contentsOpaque 1) |
- (drawsContent 1) |
- (repaint rects |
- (rect 8.00 150.00 784.00 17.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 150, 784, 17] |
+ ] |
+ } |
+ ] |
+} |