tor-browser

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

649134-2-ref.html (445B)


      1 <!DOCTYPE HTML>
      2 <html><head>
      3    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      4    <title>Testcase for bug </title>
      5 <style>
      6        #ie {
      7            border: 5px solid red;
      8        }
      9        #ie {
     10            display: block;
     11        }
     12        #moz {
     13            color: blue;
     14            /* display: none; */
     15        }
     16 </style>
     17 </head>
     18 <body>
     19 
     20 <p id="foo">foo</p>
     21 <p id="ie">ie</p>
     22 <p id="moz">moz</p>
     23 
     24 </body>
     25 </html>