https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 44902a89c114d404a493309f907e5c0f526746bd authored by ffxbld on 08 January 2013, 21:14:56 UTC
Added FIREFOX_19_0b1_RELEASE FIREFOX_19_0b1_BUILD2 tag(s) for changeset d32e8e2768c0. DONTBUILD CLOSED TREE a=release
Tip revision: 44902a8
text-indent-multiple-line-notref-block-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 }
span { background: yellow }
</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