| Index: LayoutTests/fast/repaint/selection-gap-transformed-absolute-child-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/selection-gap-transformed-absolute-child-expected.txt b/LayoutTests/fast/repaint/selection-gap-transformed-absolute-child-expected.txt
|
| index 74a572c818c5b136696feddb8af7eaf6a5fac0c5..b146408fe42dfc081488d61f8f39598eb39660d1 100644
|
| --- a/LayoutTests/fast/repaint/selection-gap-transformed-absolute-child-expected.txt
|
| +++ b/LayoutTests/fast/repaint/selection-gap-transformed-absolute-child-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -(GraphicsLayer
|
| - (bounds 850.00 585.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 850.00 585.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 50.00 50.00 100.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [850, 585],
|
| + "children": [
|
| + {
|
| + "bounds": [850, 585],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [50, 50, 100, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|