forked from mirrors/gecko-dev
		
	(Patch written entirely using a single sed command, 's,http://dbaron.org,https://dbaron.org,g' .) MozReview-Commit-ID: 12JARDNn8H4
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<head>
 | 
						|
<title>CSS 2.1 Test Suite: text-indent test</title>
 | 
						|
<link rel="author" title="L. David Baron" href="https://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>
 |