float-rgt-orthog-htb-in-vrl-003-ref.xht (1069B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Reftest Reference</title> 8 9 <meta name="DC.date.created" content="2017-02-17T09:54:03+11:00" scheme="W3CDTF" /> 10 <meta name="DC.date.modified" content="2017-02-17T09:54:03+11:00" scheme="W3CDTF" /> 11 12 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 13 14 15 <style type="text/css"><![CDATA[ 16 html 17 { 18 writing-mode: vertical-rl; 19 } 20 21 div#vertical-parent 22 { 23 border: orange solid 8px; 24 font-size: 32px; 25 line-height: 1.25; /* computes to 40px */ 26 } 27 28 div#orthog-horiz 29 { 30 background-color: blue; 31 bottom: 16px; 32 color: white; 33 position: absolute; 34 right: 16px; 35 writing-mode: horizontal-tb; 36 } 37 ]]></style> 38 39 </head> 40 41 <body> 42 43 <div id="vertical-parent"> 44 <div id="orthog-horiz">HTB floated right</div> 45 <span>VRL parent</span> 46 </div> 47 48 </body> 49 </html>