Index: LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-7-expected.txt |
diff --git a/LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-7-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-7-expected.txt |
index 987345aaf76b5ec07e3ad97dcd7a92cca3fb1c0c..55d48889149b88db07d6eebc630ee1fa2c7bdf45 100644 |
--- a/LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-7-expected.txt |
+++ b/LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-7-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 400.00 418.00 39.00) |
- ) |
- ) |
- ) |
-) |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [8, 400, 418, 39] |
+ ] |
+ } |
+ ] |
+} |