https://github.com/mozilla/gecko-dev
Raw File
Tip revision: aba7cc9084156b785984f20a9d34ab05b12dfca8 authored by ffxbld on 26 November 2014, 23:38:47 UTC
Added FENNEC_34_0_RELEASE FENNEC_34_0_BUILD3 tag(s) for changeset d453f75a37fb. DONTBUILD CLOSED TREE a=release
Tip revision: aba7cc9
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