tor-browser

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

writing-mode-vertical-lr-002-ref.xht (966B)


      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-lr - 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             white-space: pre;
     19         }
     20     ]]></style>
     21 </head>
     22 <body>
     23     <p>The upper block is identical to the lower block including each character positions.</p>
     24 <div>adhjns
     25   i  t
     26 be ko
     27 c  lqu
     28  f m v
     29  g  r</div>
     30 <div>adhjns
     31   i  t
     32 be ko
     33 c  lqu
     34  f m v
     35  g  r</div>
     36 </body>
     37 </html>