| Index: LayoutTests/platform/linux/fast/repaint/opacity-change-on-overflow-float-expected.txt
|
| diff --git a/LayoutTests/platform/linux/fast/repaint/opacity-change-on-overflow-float-expected.txt b/LayoutTests/platform/linux/fast/repaint/opacity-change-on-overflow-float-expected.txt
|
| index 298ae0548355619e347adc968b7a9b8a43f17cb1..ebf6fbe984ab58e20030f07799f556f58b1fa8e4 100644
|
| --- a/LayoutTests/platform/linux/fast/repaint/opacity-change-on-overflow-float-expected.txt
|
| +++ b/LayoutTests/platform/linux/fast/repaint/opacity-change-on-overflow-float-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 8.00 84.00 100.00 100.00)
|
| - (rect 8.00 84.00 100.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 84, 100, 100],
|
| + [8, 84, 100, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|