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