| Index: LayoutTests/platform/win-xp/fast/repaint/make-children-non-inline-expected.txt
|
| diff --git a/LayoutTests/platform/win-xp/fast/repaint/make-children-non-inline-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/make-children-non-inline-expected.txt
|
| index ec9c12ed3e449cdad621a7bfba54eb8dcab6fffd..7bf8204312b93c110d22dadbc9a87f762c83a92a 100644
|
| --- a/LayoutTests/platform/win-xp/fast/repaint/make-children-non-inline-expected.txt
|
| +++ b/LayoutTests/platform/win-xp/fast/repaint/make-children-non-inline-expected.txt
|
| @@ -1,18 +1,18 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 8.00 264.00 784.00 80.00)
|
| - (rect 8.00 244.00 784.00 100.00)
|
| - (rect 8.00 164.00 10.00 100.00)
|
| - (rect 8.00 64.00 784.00 180.00)
|
| - (rect 8.00 64.00 784.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 264, 784, 80],
|
| + [8, 244, 784, 100],
|
| + [8, 164, 10, 100],
|
| + [8, 64, 784, 180],
|
| + [8, 64, 784, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|