| Index: LayoutTests/platform/linux/fast/repaint/clipped-relative-expected.txt
|
| diff --git a/LayoutTests/platform/linux/fast/repaint/clipped-relative-expected.txt b/LayoutTests/platform/linux/fast/repaint/clipped-relative-expected.txt
|
| index dba4ba288105c98b921e9e409c1d5d7b23b6448b..178f142b5868a3a350d36a5f6ecbffdfc67f7e33 100644
|
| --- a/LayoutTests/platform/linux/fast/repaint/clipped-relative-expected.txt
|
| +++ b/LayoutTests/platform/linux/fast/repaint/clipped-relative-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 74.00 204.00 232.00)
|
| - (rect 8.00 74.00 94.00 232.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 74, 204, 232],
|
| + [8, 74, 94, 232]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|