summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-indent/text-indent-single-line-percent-ref.html
blob: 0eafe7c97cbbf6711aac0a8318759b228b9abec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<head>
<title>text-indent test</title>
<style type="text/css">
div { width: 500px; }
p { width: 300px; text-indent: 30px; }
</style>
</head>
<body>
<div>
<p>text</p>
</div>
</body>
</html>