| Index: LayoutTests/platform/win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
|
| diff --git a/LayoutTests/platform/win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.txt b/LayoutTests/platform/win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
|
| index 1135ad63f3e40d46218bc623238426409c0511d5..566cba568d77c55430abe9d3c736136438594f60 100644
|
| --- a/LayoutTests/platform/win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
|
| +++ b/LayoutTests/platform/win-xp/fast/repaint/repaint-across-writing-mode-boundary-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 548.00 191.00 23.00 35.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [548, 191, 23, 35]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|