| Index: LayoutTests/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt b/LayoutTests/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt
|
| index 1775670e16bf2297f2892295a506f2a4a53e5aae..36c4a0d4dc6b8595f9b3b00006c48ba0a6f7ca71 100644
|
| --- a/LayoutTests/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt
|
| +++ b/LayoutTests/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt
|
| @@ -1,15 +1,15 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 2016.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 2016.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 250.00 280.00 100.00 100.00)
|
| - (rect 250.00 280.00 100.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 2016],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 2016],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [250, 280, 100, 100],
|
| + [250, 280, 100, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|