| Index: third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html b/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html
|
| index 4c4eeb98c474d97c3b881bae4df61e61b5675a0e..049ae78bcb4162de492b4778e182b03db1daac00 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html
|
| @@ -27,7 +27,7 @@
|
| <body>
|
| <svg height="100" width="100">
|
| <clipPath id="c2" clipPathUnits="userSpaceOnUse">
|
| - <rect x="75" y="179" width="32" height="32"/>
|
| + <rect x="64" y="64" width="32" height="32"/>
|
| </clipPath>
|
| </svg>
|
| <div id="d"><div id="clip"></div></div>
|
|
|