fieldset-border-gap-position-relative-ref.html (210B)
1 <!doctype html> 2 <title>Reference for fieldset border gap</title> 3 <style> 4 div { position: relative; top: 25px; width: 100px; height: 50px; background: lime; } 5 </style> 6 <p>There should be no red.</p> 7 <div></div>