Index: LayoutTests/platform/win-xp/fast/repaint/layout-state-relative-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/layout-state-relative-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/layout-state-relative-expected.txt |
index ee90f9fe71bae8db683e8f51dc535798c8c282d0..e8510dbf734fdcde4417f642b1f622ec772cc404 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/layout-state-relative-expected.txt |
+++ b/LayoutTests/platform/win-xp/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 152.00 784.00 19.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 152, 784, 19] |
+ ] |
+ } |
+ ] |
+} |