block-flow-direction-vrl-026-ref.xht (833B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>CSS Reftest Reference</title> 6 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 7 <meta name="flags" content="ahem" /> 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 9 <style type="text/css"> 10 div 11 { 12 background: pink; 13 border: 1px solid black; 14 color: blue; 15 font: 20px/1 "Ahem"; 16 margin: 10px; 17 width: 3em; 18 white-space: pre; 19 } 20 </style> 21 </head> 22 <body> 23 <p>Test passes if the 2 pink-and-blue rectangles are <strong>identical</strong>.</p> 24 25 <div>7 1 26 52 27 63</div> 28 29 <div>7 1 30 52 31 63</div> 32 33 </body> 34 </html>