| Index: LayoutTests/platform/win/fast/repaint/line-flow-with-floats-7-expected.txt
|
| diff --git a/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-7-expected.txt b/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-7-expected.txt
|
| index 11bc0d40574e3cb7746f98dbdf0afd2b3393f0b5..fad3ee9068383dc1cc589bf81cb1f0ff38ac4dec 100644
|
| --- a/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-7-expected.txt
|
| +++ b/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-7-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 8.00 386.00 418.00 53.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 386, 418, 53]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|