| Index: LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-8-expected.txt
|
| diff --git a/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-8-expected.txt b/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-8-expected.txt
|
| index 0c98fd6ad464b34e860aa26df18c156e313d57f3..f6ea013106c3b4479ba0257210841abcdd0c9b19 100644
|
| --- a/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-8-expected.txt
|
| +++ b/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-8-expected.txt
|
| @@ -1,18 +1,18 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 485.00 0.00 15.00 600.00)
|
| - (rect 14.00 363.00 48.00 64.00)
|
| - (rect 8.00 586.00 469.00 14.00)
|
| - (rect 8.00 586.00 418.00 14.00)
|
| - (rect 8.00 80.00 418.00 519.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [485, 0, 15, 600],
|
| + [14, 363, 48, 64],
|
| + [8, 586, 469, 14],
|
| + [8, 586, 418, 14],
|
| + [8, 80, 418, 519]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|