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

12 lines
212 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
* { border: 0; margin: 0; padding: 0; }
</style>
</head>
<body>
<span style="position: absolute; top: 50px; left: 50px">test</span>
</body>
</html>