https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 830d1149266662faf573dc3e95f275a0475058dc authored by seabld on 27 August 2012, 04:43:26 UTC
Added tag SEAMONKEY_2_12_RELEASE for changeset FIREFOX_15_0_BUILD1. CLOSED TREE a=release
Tip revision: 830d114
text-indent-single-line-100.html
<!DOCTYPE html>
<head>
<title>CSS 2.1 Test Suite: text-indent test</title>
<link rel="author" title="L. David Baron" href="http://dbaron.org/" />
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
<link rel="help" href="http://www.w3.org/TR/CSS21/text.html#indentation-prop" />
<meta name="flags" content="" />
<style type="text/css">
p { text-indent: 100px }
</style>
</head>
<body>
<p>text</p>
</body>
</html>
back to top