https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c034a5f1907fefabbe6cc8d49ea81d041e2ff60f authored by ffxbld on 09 November 2011, 19:31:44 UTC
Added tag FIREFOX_9_0b1_BUILD1 for changeset 31302afe89b3. CLOSED TREE a=release
Tip revision: c034a5f
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