https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c09734ecd5aa14ff174464b13e7429efd328fba6 authored by ffxbld on 24 August 2011, 23:45:06 UTC
Added tag FIREFOX_7_0b2_BUILD1 for changeset 4ee096ccdd5a. CLOSED TREE a=release
Tip revision: c09734e
text-indent-single-line-indent-inline.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 }
span { background: yellow }
</style>
</head>
<body>
<p><span>text</span></p>
</body>
</html>
back to top