| Index: LayoutTests/svg/foreignObject/clip.html
|
| diff --git a/LayoutTests/svg/foreignObject/clip.html b/LayoutTests/svg/foreignObject/clip.html
|
| index 782ff4d79a034af50dccd081db3f4d0f55df882b..392d139374102b821a59f3e27ae841fdeb5573bb 100644
|
| --- a/LayoutTests/svg/foreignObject/clip.html
|
| +++ b/LayoutTests/svg/foreignObject/clip.html
|
| @@ -10,8 +10,8 @@
|
| <foreignObject width="200" height="100" clip-path="url(#clip)" opacity=".5">
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <body>
|
| - <div style="background: green; height: 50px;"></div>
|
| - <div style="background: red; height: 50px;"></div>
|
| + <div style="background: #00FE00; height: 50px;"></div>
|
| + <div style="background: #FE0000; height: 50px;"></div>
|
| </body>
|
| </html>
|
| </foreignObject>
|
|
|