tor-browser

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

table-cell-001-ref.html (501B)


      1 <!doctype html>
      2 <html lang="en">
      3 <meta charset="utf-8">
      4 <title>CSS Writing Mode test reference</title>
      5 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      6 <meta flags="ahem">
      7 
      8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      9 <style>
     10 div {
     11  font: 20px/20px ahem;
     12  position: absolute;
     13  z-index: -1;
     14  background: green;
     15  height: 4em;
     16  width: 5em;
     17 }
     18 
     19 
     20 </style>
     21 
     22 <p>There should be a <strong>green rectangle</strong> and <strong>no red</strong>.
     23 
     24 <div></div>