tenfourfox/layout/reftests/abs-pos/fieldset-1-ref.html

12 lines
212 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>