https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 701fd00674a173a0960a643c596659ce913516b3 authored by ffxbld on 26 August 2015, 09:31:55 UTC
Added FIREFOX_40_0_3_RELEASE FIREFOX_40_0_3_BUILD1 tag(s) for changeset 5500ee2a6206. DONTBUILD CLOSED TREE a=release
Tip revision: 701fd00
text-indent-multiple-line-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>This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.  This is a long piece of text that will wrap to multiple lines.</span></p>
</body>
</html>
back to top