| Index: LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-6-expected.txt
|
| diff --git a/LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-6-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-6-expected.txt
|
| index bb725566668af26224d6a71a7ba533baa8256f96..996a4ecca0a69b1624b3ee6efd96b1c8a0b23c96 100644
|
| --- a/LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-6-expected.txt
|
| +++ b/LayoutTests/platform/win-xp/fast/repaint/line-flow-with-floats-6-expected.txt
|
| @@ -1,15 +1,15 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 14.00 363.00 48.00 64.00)
|
| - (rect 8.00 580.00 418.00 19.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [14, 363, 48, 64],
|
| + [8, 580, 418, 19]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|