Upstream version 5.34.92.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / filters / feoffset-region-zoom-expected.html
1 <body style="margin: 0px;">
2 <div style="zoom: 2; margin: 30px;">
3   <div style="background: blue; filter: url(#offset-flood); -webkit-filter: url(#offset-flood); width:200px; height:100px;" src="resources/reference.png">
4     <div style="position: absolute; left:200px; top:20px; width:50px; height:50px; background:green;"/>
5   </div>
6 </div>
7 </body>