upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / backgrounds / background-position-rounding.html
1 <!DOCTYPE html>\r
2 <style>\r
3  p { position: relative; height: 100px; width: 100px; background: url(resources/64x32-red.png) no-repeat top 99.9%; }\r
4  span { height: 32px; width: 64px; position: absolute; top: 0; right: 0; background: white; }\r
5 </style>\r
6 <div>There should be no red below.</div>\r
7 <p><span></span></p>\r