tor-browser

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

svg-effects-area-zoomed-out-ref.xhtml (687B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" reftest-zoom="0.6">
      3 <head>
      4  <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no" />
      5  <title>Test for bug 541270 (SVG Effects area)</title>
      6  <style type="text/css">
      7  html, body, div { display: block; width: 100%; height: 100%; border: none; margin: 0; padding: 0; }
      8  /* ick, filters can't be display: none or inside of something display:none! */
      9  svg { display: block; height: 0; }
     10  </style>
     11 </head>
     12 <body>
     13  <div style="background: #fc3"><div style="background: #3c6; width: 100px;height:25px" /></div>
     14 </body>
     15 </html>