| Index: LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt
|
| diff --git a/LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt b/LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt
|
| index b9e77a1293857cf6385903a344558c45fbd43072..8e7e22396e8205d88d046f5edb70c491c7cfc719 100644
|
| --- a/LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt
|
| +++ b/LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt
|
| @@ -1,15 +1,15 @@
|
| -(GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (children 1
|
| - (GraphicsLayer
|
| - (bounds 800.00 600.00)
|
| - (contentsOpaque 1)
|
| - (drawsContent 1)
|
| - (repaint rects
|
| - (rect 8.00 68.00 39.00 17.00)
|
| - (rect 8.00 68.00 39.00 17.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [8, 68, 39, 17],
|
| + [8, 68, 39, 17]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|