| <!DOCTYPE html> | |
| <link rel="stylesheet" type="text/css" href="http://wpt.live/fonts/ahem.css" /> | |
| <style> | |
| .abs { | |
| background-color: green; | |
| width: 100px; | |
| height: 100px; | |
| position: absolute; | |
| } | |
| </style> | |
| <body> | |
| <span id="span" style="position: relative;"> | |
| <div id="absdiv" class="abs" ></div> | |
| </span> | |
| </body> |