| Index: LayoutTests/platform/win-xp/fast/repaint/float-move-during-layout-expected.txt
|
| diff --git a/LayoutTests/platform/win-xp/fast/repaint/float-move-during-layout-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/float-move-during-layout-expected.txt
|
| index 52c6131bde34dbe5f805fff64f453bc9ba5fa601..8a15aff5bb14b7f56cc56087006bce5bc818dbca 100644
|
| --- a/LayoutTests/platform/win-xp/fast/repaint/float-move-during-layout-expected.txt
|
| +++ b/LayoutTests/platform/win-xp/fast/repaint/float-move-during-layout-expected.txt
|
| @@ -1,16 +1,16 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 8.00 210.00 100.00 100.00)
|
| - (rect 8.00 110.00 784.00 100.00)
|
| - (rect 8.00 110.00 100.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 210, 100, 100],
|
| + [8, 110, 784, 100],
|
| + [8, 110, 100, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|