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

15 lines
204 B
HTML

<!DOCTYPE html>
<head>
<title>text-indent test</title>
<style type="text/css">
div { width: 500px; }
p { width: 300px; text-indent: 10%; }
</style>
</head>
<body>
<div>
<p>text</p>
</div>
</body>
</html>