https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 645003a3518ffd819e1ad728fc851bb3cd69aaba authored by ffxbld on 13 July 2011, 23:35:57 UTC
Added tag FENNEC_6_0b2_BUILD1 for changeset f7cf19257e60. CLOSED TREE a=release
Tip revision: 645003a
text-indent-single-line-percent-ref.html
<!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>
back to top