| Index: LayoutTests/svg/filters/feImage-target-attribute-change-expected.txt
|
| diff --git a/LayoutTests/svg/filters/feImage-target-attribute-change-expected.txt b/LayoutTests/svg/filters/feImage-target-attribute-change-expected.txt
|
| index 53bfd4325697e6b55e9ef5a93fd8415a8faa96bb..28b0fac2a76540b4fbacc1a630c38b813c1f36b5 100644
|
| --- a/LayoutTests/svg/filters/feImage-target-attribute-change-expected.txt
|
| +++ b/LayoutTests/svg/filters/feImage-target-attribute-change-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 0.00 0.00 111.00 111.00)
|
| - (rect 0.00 0.00 100.00 100.00)
|
| - (rect 0.00 0.00 1.00 100.00)
|
| - )
|
| - )
|
| - )
|
| -)
|
| +{
|
| + "bounds": [800, 600],
|
| + "children": [
|
| + {
|
| + "bounds": [800, 600],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "repaintRects": [
|
| + [0, 0, 111, 111],
|
| + [0, 0, 100, 100],
|
| + [0, 0, 1, 100]
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|
|
|