tor-browser

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

wm-propagation-001-ref.html (440B)


      1 <html>
      2  <meta chartset=utf-8>
      3  <title>Test Reference</title>
      4  <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      5 <style>
      6 html {
      7  writing-mode: vertical-rl;
      8 }
      9 body {
     10  writing-mode: vertical-rl;
     11  width: 0; height: 0;
     12 }
     13 html::before {
     14  content: "This text must be vertical.";
     15 }
     16 html::after {
     17  content: "This text must be horizontal.";
     18  display: block;
     19  writing-mode: horizontal-tb;
     20 }
     21 </style>
     22 <body></body>