| Index: LayoutTests/platform/win/fast/repaint/line-flow-with-floats-2-expected.txt
|
| diff --git a/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-2-expected.txt b/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-2-expected.txt
|
| index ace805daacb23ff552b956a8ff419d782541b51e..33a2a702e57dafdb0a35091094a35588ead9147f 100644
|
| --- a/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-2-expected.txt
|
| +++ b/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-2-expected.txt
|
| @@ -1,19 +1,19 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 372.00 374.00 48.00 80.00)
|
| - (rect 372.00 371.00 48.00 80.00)
|
| - (rect 14.00 356.00 48.00 64.00)
|
| - (rect 14.00 353.00 48.00 64.00)
|
| - (rect 8.00 572.00 418.00 3.00)
|
| - (rect 8.00 170.00 418.00 398.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [372, 374, 48, 80],
|
| + [372, 371, 48, 80],
|
| + [14, 356, 48, 64],
|
| + [14, 353, 48, 64],
|
| + [8, 572, 418, 3],
|
| + [8, 170, 418, 398]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|