gecko/layout/reftests/text-indent/text-indent-single-line-0.html
2007-03-25 12:26:32 -07:00

12 lines
154 B
HTML

<!DOCTYPE html>
<head>
<title>text-indent test</title>
<style type="text/css">
p { text-indent: 0px }
</style>
</head>
<body>
<p>text</p>
</body>
</html>