tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / margin-bottom-form-element-quirk.html
1 <html>
2 <title>Test case 2 for bug #17696</title>
3 <div style="background:lime;  border:1px solid lime;">
4    <form style="background:lime">There should be no red on this page. Form element should have border-bottom set to 1em in quirks mode.</form>
5 </div>
6 <div style="background:red; height:2em; position:absolute; width:10em; z-index:-1; top:8px;"></div>