inline-formatting-context-001-ref.xht (500B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>CSS Reference File</title> 6 <link rel="author" title="Bert Bos" href="mailto:bert@w3.org" /> 7 8 <style type="text/css"><![CDATA[ 9 #block {display: block; min-width: 25em} 10 ]]></style> 11 </head> 12 13 <body> 14 <div id="block"> 15 Test 16 passes 17 if 18 all 19 words 20 are 21 on 22 one 23 line. 24 </div> 25 26 </body> 27 </html>