tor-browser

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

outline-inline-vlr-006.html (730B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Writing Modes Test: outline layout and non-replaced inline and vertical-lr writing-mode</title>
      4 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com" />
      5 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2016-01-14 -->
      6 <meta content="ahem" name="flags" />
      7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8 <style>
      9 div {
     10  color:transparent;
     11  font:50px/1 Ahem;
     12  width:2em;
     13 }
     14 .outline {
     15  color:orange;
     16  outline:blue solid 2px;
     17 }
     18 </style>
     19 <p>Test passes if the inside of 2 blue squares is orange.
     20 <div>1<span class="outline">2</span> 34 56 78 <span class="outline">9</span>0</div>