| Index: LayoutTests/platform/win-xp/fast/repaint/overhanging-float-detach-repaint-expected.txt
|
| diff --git a/LayoutTests/platform/win-xp/fast/repaint/overhanging-float-detach-repaint-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/overhanging-float-detach-repaint-expected.txt
|
| index 303ee7cd3d27dc6a4b5c81e81fc156e9da565ad4..4f29eb839c286ab562db475d07c4c71c327cb7fb 100644
|
| --- a/LayoutTests/platform/win-xp/fast/repaint/overhanging-float-detach-repaint-expected.txt
|
| +++ b/LayoutTests/platform/win-xp/fast/repaint/overhanging-float-detach-repaint-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 68.00 100.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 68, 100, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|