https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 47f075c16bc317e93f585eeff81b8ccea44cf161 authored by B2G Bumper Bot on 11 December 2015, 19:33:57 UTC
Bumping manifests a=b2g-bump
Tip revision: 47f075c
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