| Index: LayoutTests/platform/mac/fast/repaint/selected-replaced-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/repaint/selected-replaced-expected.txt b/LayoutTests/platform/mac/fast/repaint/selected-replaced-expected.txt
|
| index a1cbf6beb3ba728d4cc75ed996823d76e7ab6143..c5f174d49c6e3a6aceec3253bb72e0cb6c737565 100644
|
| --- a/LayoutTests/platform/mac/fast/repaint/selected-replaced-expected.txt
|
| +++ b/LayoutTests/platform/mac/fast/repaint/selected-replaced-expected.txt
|
| @@ -1,16 +1,16 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 8.00 130.00 214.00 236.00)
|
| - (rect 8.00 50.00 784.00 236.00)
|
| - (rect 8.00 50.00 214.00 236.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 130, 214, 236],
|
| + [8, 50, 784, 236],
|
| + [8, 50, 214, 236]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|