https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f1266e4b67ddef5c780d8375a09ce20c9077c02e authored by ffxbld on 29 October 2014, 21:35:25 UTC
Added FIREFOX_33_1_RELEASE FIREFOX_33_1_BUILD1 tag(s) for changeset 8bb03fe2c2dd. DONTBUILD CLOSED TREE a=release
Tip revision: f1266e4
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