| Index: LayoutTests/platform/win-xp/fast/repaint/change-text-content-and-background-color-expected.txt
|
| diff --git a/LayoutTests/platform/win-xp/fast/repaint/change-text-content-and-background-color-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/change-text-content-and-background-color-expected.txt
|
| index 8483cb0f5d853c8603f89ce103d47d9c3c64ed36..f25fbee19326c5eb906229788ac77d489f67af28 100644
|
| --- a/LayoutTests/platform/win-xp/fast/repaint/change-text-content-and-background-color-expected.txt
|
| +++ b/LayoutTests/platform/win-xp/fast/repaint/change-text-content-and-background-color-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 30.00 32.00 200.00 23.00)
|
| - (rect 8.00 10.00 244.00 68.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [30, 32, 200, 23],
|
| + [8, 10, 244, 68]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|