| Index: LayoutTests/platform/mac/fast/repaint/reflection-repaint-test-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/repaint/reflection-repaint-test-expected.txt b/LayoutTests/platform/mac/fast/repaint/reflection-repaint-test-expected.txt
|
| index abb1bb3a9ab9cb86ec08c1525b46ddfa2caa684b..e4ae35d58b4cb9c44697f3b72802b50ee829c004 100644
|
| --- a/LayoutTests/platform/mac/fast/repaint/reflection-repaint-test-expected.txt
|
| +++ b/LayoutTests/platform/mac/fast/repaint/reflection-repaint-test-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 51.00 50.00 197.00 87.00)
|
| - (rect 22.00 129.00 197.00 87.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [51, 50, 197, 87],
|
| + [22, 129, 197, 87]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|