tor-browser

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

doc_inspector_highlighter_rect.html (411B)


      1 <!doctype html>
      2 <html lang="en">
      3 <head>
      4  <meta charset="utf-8">
      5  <title>rect highlighter parent test page</title>
      6  <style type="text/css">
      7    body {
      8      margin: 50px;
      9      border: 10px solid red;
     10    }
     11 
     12    iframe {
     13      border: 10px solid yellow;
     14      padding: 0;
     15      margin: 50px;
     16    }
     17  </style>
     18 </head>
     19 <body>
     20  <iframe src="doc_inspector_highlighter_rect_iframe.html"></iframe>
     21 </body>
     22 </html>