| Index: LayoutTests/fast/repaint/overflow-hide-expected.txt
|
| diff --git a/LayoutTests/fast/repaint/overflow-hide-expected.txt b/LayoutTests/fast/repaint/overflow-hide-expected.txt
|
| index 1aefdd194449d58d8735694cc8bd70166c1fa1bc..f531195b043cbb84d4e3dbde10e4645b0ea1625e 100644
|
| --- a/LayoutTests/fast/repaint/overflow-hide-expected.txt
|
| +++ b/LayoutTests/fast/repaint/overflow-hide-expected.txt
|
| @@ -1,15 +1,15 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 2016.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 2016.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 108.00 108.00 100.00 100.00)
|
| - (rect 8.00 8.00 100.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 2016],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 2016],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [108, 108, 100, 100],
|
| + [8, 8, 100, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|