https://github.com/mozilla/gecko-dev
Raw File
Tip revision: df357bb69dc9e4d205efd6ba5d15261fa1af7ee1 authored by ffxbld on 06 July 2011, 03:17:33 UTC
Added tag FIREFOX_6_0b1_BUILD1 for changeset 0d82a53ffaa6. CLOSED TREE a=release
Tip revision: df357bb
text-indent-single-line-ref-margin.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 { margin-left: 100px }
</style>
</head>
<body>
<p>text</p>
</body>
</html>
back to top