tor-browser

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

387876-1-ref.html (315B)


      1 <html>
      2 <head>
      3 <title>Bug 387876 Reference Case 1</title>
      4 </head>
      5 <body>
      6  The yellow box should say 'ab'.
      7  <div style="column-width: 30px;
      8              column-gap: 0px;
      9              height: 0px;
     10             ">
     11    <div id="weirdDiv" 
     12         style="background: yellow;">ab</div>
     13    z
     14  </div>
     15 </body>
     16 </html>