https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d076b0dbbbfa19e496763f14898c6ef000053a24 authored by ffxbld on 06 May 2014, 04:59:47 UTC
Added FENNEC_29_0_1_RELEASE FENNEC_29_0_1_BUILD1 tag(s) for changeset 7bde85c394cb. DONTBUILD CLOSED TREE a=release
Tip revision: d076b0d
text-indent-single-line-indent-inline-ref-inline-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">
span { background: yellow; margin-left: 100px }
</style>
</head>
<body>
<p><span>text</span></p>
</body>
</html>
back to top