| Index: LayoutTests/platform/mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
|
| diff --git a/LayoutTests/platform/mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt b/LayoutTests/platform/mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
|
| index 42cfaf79bfe8c43659a3e1107ba3d969da29f55d..d600ca0ecf1b634da082cb060c8b158d42c0cdfa 100644
|
| --- a/LayoutTests/platform/mac-lion/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
|
| +++ b/LayoutTests/platform/mac-lion/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 24.00 37.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [548, 191, 24, 37]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|