https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 83eb28e235fa6e2c42b1ded2446ebb5d54f0abeb authored by ffxbld on 28 November 2012, 13:44:03 UTC
Added FENNEC_18_0b2_RELEASE FENNEC_18_0b2_BUILD1 tag(s) for changeset d10f33133b71. DONTBUILD CLOSED TREE a=release
Tip revision: 83eb28e
text-indent-single-line-0.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: 0px }
</style>
</head>
<body>
<p>text</p>
</body>
</html>
back to top