tor-browser

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

wm-propagation-002-ref.html (380B)


      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  direction: rtl;
      8 }
      9 body {
     10  height: 0;
     11 }
     12 html::before {
     13  content: "This text must be on the right";
     14 }
     15 html::after {
     16  content: "This text must be on the left";
     17  display: block;
     18  direction: ltr;
     19 }
     20 </style>
     21 <body></body>