| Index: LayoutTests/platform/win/fast/repaint/block-no-inflow-children-expected.txt
|
| diff --git a/LayoutTests/platform/win/fast/repaint/block-no-inflow-children-expected.txt b/LayoutTests/platform/win/fast/repaint/block-no-inflow-children-expected.txt
|
| index 55cac1b9b2288ba998c0c0e5324597bd08bdac48..48bc9666d775d413c45fe7274ec22faedbfda588 100644
|
| --- a/LayoutTests/platform/win/fast/repaint/block-no-inflow-children-expected.txt
|
| +++ b/LayoutTests/platform/win/fast/repaint/block-no-inflow-children-expected.txt
|
| @@ -1,16 +1,16 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 48.00 0.00 16.00 18.00)
|
| - (rect 0.00 0.00 64.00 18.00)
|
| - (rect 0.00 0.00 48.00 18.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [48, 0, 16, 18],
|
| + [0, 0, 64, 18],
|
| + [0, 0, 48, 18]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|