| Index: LayoutTests/fast/repaint/transform-layout-repaint-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/transform-layout-repaint-expected.txt b/LayoutTests/fast/repaint/transform-layout-repaint-expected.txt
|
| index fc715ad5c1f3ea12cca60c762804c3df4808d71c..8886734888cbfed678c2e4407eadf36d6d4f49b8 100644
|
| --- a/LayoutTests/fast/repaint/transform-layout-repaint-expected.txt
|
| +++ b/LayoutTests/fast/repaint/transform-layout-repaint-expected.txt
|
| @@ -1,14 +1,14 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 51.00 50.00 197.00 87.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [51, 50, 197, 87]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|