tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

writing-mode-vertical-rl-002-ref.xht (1046B)


      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 Test: writing-mode - vertical-rl - basic case - reference</title>
      6     <link rel="author" title="Yoshifumi Kawai" href="mailto:kawai@est.co.jp" />
      7     <meta name="flags" content="ahem" />
      8     <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      9     <style type="text/css"><![CDATA[
     10         div
     11         {
     12             background: yellow;
     13             color: blue;
     14             font: 20px/1 Ahem;
     15             height: 6em;
     16             margin: 10px;
     17             width: 6em;
     18         }
     19     ]]></style>
     20 </head>
     21 <body>
     22     <p>The upper block is identical to the lower block including each character positions.</p>
     23 <div>urmiea
     24 vsn&nbsp;&nbsp;x
     25 &nbsp;&nbsp;&nbsp;jf
     26 &nbsp;tokgc
     27 &nbsp;&nbsp;&nbsp;l d
     28 &nbsp;&nbsp;q h</div>
     29 <div>urmiea
     30 vsn&nbsp;&nbsp;x
     31 &nbsp;&nbsp;&nbsp;jf
     32 &nbsp;tokgc
     33 &nbsp;&nbsp;&nbsp;l d
     34 &nbsp;&nbsp;q h</div>
     35 </body>
     36 </html>