blob: 76d97199e579daf706fe1ec656e379ff65ec028c [file] [log] [blame]
<html>
<body style="margin: 0;">
<svg xmlns="http://www.w3.org/2000/svg">
<!-- The FO should be clipped with only the green half visible. -->
<defs>
<clipPath id="clip">
<rect width="200" height="50"/>
</clipPath>
</defs>
<foreignObject width="200" height="100" clip-path="url(#clip)" opacity=".5" style="overflow:visible">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div style="background: #00FE00; height: 50px;"></div>
<div style="background: #FE0000; height: 50px;"></div>
</body>
</html>
</foreignObject>
</svg>
</body>
</html>