gecko/layout/reftests/text-indent/text-indent-single-line-100.html

12 lines
156 B
HTML
Raw Normal View History

2007-03-25 12:26:32 -07:00
<!DOCTYPE html>
<head>
<title>text-indent test</title>
<style type="text/css">
p { text-indent: 100px }
</style>
</head>
<body>
<p>text</p>
</body>
</html>