tor-browser

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

163504-2-inner.html (691B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>Testcase for resizing elements that depend on containing block height</title>
      5 <style type="text/css">
      6 html, body { height: 100%; }
      7 div { height: 3%; }
      8 img { image-rendering: -moz-crisp-edges; }
      9 </style>
     10 </head>
     11 <body>
     12 
     13 <div><span><img src="blue-600x58.png" width="100" style="height: 50%"></span></div>
     14 <div><span><img src="blue-600x58.png" width="2" style="min-height: 50%"></span></div>
     15 <div><span><img src="blue-600x58.png" width="100" style="max-height: 50%"></span></div>
     16 
     17 <div><span><span style="position:relative; top: 30%">text</span></span></div>
     18 <div><span><span style="position:relative; bottom: 30%">text</span></span></div>
     19 
     20 </body>
     21 </html>