tor-browser

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

integration-point-3-ref.html (315B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>phrasing content inside mtext (reference)</title>
      6 </head>
      7 <body>
      8  <p>Test passes if there is a green square and no red.</p>
      9 
     10  <div>
     11 
     12    <div style="position: absolute; background: green; width: 200px; height: 200px;"></div>
     13 
     14  </div>
     15 
     16 </body>
     17 </html>