| Index: LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt b/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| index 69fcb1a01d32b6a99a7e5056e5a3442dbe69f055..d2d15cd8c968ef0faac7b460db297a553ff385db 100644
|
| --- a/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| +++ b/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| @@ -1,21 +1,21 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 29.00 381.00 180.00 60.00)
|
| - (rect 29.00 381.00 180.00 40.00)
|
| - (rect 29.00 221.00 180.00 60.00)
|
| - (rect 29.00 221.00 180.00 40.00)
|
| - (rect 15.00 425.00 208.00 20.00)
|
| - (rect 15.00 421.00 208.00 4.00)
|
| - (rect 15.00 265.00 208.00 20.00)
|
| - (rect 15.00 261.00 208.00 4.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [29, 381, 180, 60],
|
| + [29, 381, 180, 40],
|
| + [29, 221, 180, 60],
|
| + [29, 221, 180, 40],
|
| + [15, 425, 208, 20],
|
| + [15, 421, 208, 4],
|
| + [15, 265, 208, 20],
|
| + [15, 261, 208, 4]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|