tor-browser

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

different-writing-modes.html (295B)


      1 <!DOCTYPE html>
      2 <link rel="match" href="reference/different-writing-modes-ref.html">
      3 <style>
      4 frame {
      5  writing-mode: vertical-rl;
      6 }
      7 </style>
      8 <frameset cols="50%,*" rows="50%,*">
      9 <frame src="resources/green.html"></frame>
     10 <frame src="resources/green.html"></frame>
     11 <frame></frame>
     12 </frameset>