summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-indent/text-indent-single-line-percent-ref.html
blob: 8240ff74f05d0efc1f43c72608a68371117c69cd (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: 50px; }
</style>
</head>
<body>
<div>
<p>text</p>
</div>
</body>
</html>