tor-browser

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

trailing-other-space-separators-break-spaces-009-ref.html (764B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      6 <style>
      7 div {
      8  white-space: pre;
      9  font-size: 10px;
     10  line-height: 1;
     11  width: 2em;
     12 }
     13 section {
     14  font-family: Ahem;
     15  float: left;
     16  margin: 0 1em;
     17  color: blue;
     18 }
     19 .ref {
     20  color: orange;
     21 }
     22 </style>
     23 
     24 <p>Test passes if the orange and blue parts of this page are identical.
     25 
     26 <section class=ref>
     27  <div>xx&#x2007;<br>&#x2007;<br>&#x2007;xx</div><!--GL, non tailorable after, tailorable before-->
     28 </section>
     29 <section>
     30  <div>xx&#x2007;<br>&#x2007;<br>&#x2007;xx</div><!--GL, non tailorable after, tailorable before-->
     31 </section>