Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / css / margin-bottom-form-element-quirk.html
blobdd877c9837dd44b4efb9d2870b4da66f8a4204b3
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>