tenfourfox/layout/reftests/abs-pos/fieldset-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
343 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
* { border: 0; margin: 0; padding: 0; }
</style>
</head>
<body>
<fieldset style="position: relative; top: 25px; left: 20px; width: 100px;">
<legend>
<span style="position: absolute; top: 25px; left: 30px">test</span>
</legend>
</fieldset>
</body>
</html>