block-flow-direction-002-ref.xht (1172B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2014-11-26 and 2016-11-14 --> 6 7 <!-- This reference file is the right-aligned version of 8 block-flow-direction-001-ref.xht 9 --> 10 11 <meta name="flags" content="ahem" /> 12 13 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 14 <style type="text/css"><![CDATA[ 15 body 16 { 17 direction: rtl; 18 } 19 20 div 21 { 22 background-color: blue; 23 color: yellow; 24 font: 20px/1 Ahem; 25 padding: 1em; 26 width: 19em; 27 } 28 ]]></style> 29 30 </head> 31 32 <body> 33 34 <div>P1ro A1ro S1ro S1ro P P A A S S P P A A S S P4ro A4ro S4ro S4ro P A A S S P A A S S P A A S7ro S7ro</div> 35 36 </body> 37 </html>