tor-browser

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

text-orientation-020-ref.html (505B)


      1 <!DOCTYPE html>
      2 <html lang=en>
      3 <meta charset="utf-8">
      4 <title>CSS test reference</title>
      5 <style>
      6 .ref ol {
      7  text-orientation: upright;
      8 }
      9 .ref span {
     10  text-orientation: mixed;
     11 }
     12 figure {
     13  writing-mode: vertical-rl;
     14  border: solid 1px black;
     15  padding: 1em 0 1ch;
     16  margin: 0 1ch;
     17  float: left;
     18 }
     19 </style>
     20 
     21 <p>Test passes if the two boxes below are identical.
     22 
     23 <figure class=ref>
     24    <ol><li><span>hello世界</span></ol>
     25 </figure>
     26 <figure class=ref>
     27    <ol><li><span>hello世界</span></ol>
     28 </figure>