white-space-zero-fontsize-002-ref.html (344B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <title>CSS Text test reference</title> 4 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> 5 <style> 6 pre { 7 font-size: 12px; 8 float: left; 9 border: 1px solid black; 10 margin: 12px; 11 -moz-tab-size: 100px; 12 tab-size: 100px; 13 } 14 </style> 15 <pre> 16 <span>foo</span>	<span>bar</span> 17 </pre>