tor-browser

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

file_bug1312272.html (408B)


      1 <!DOCTYPE HTML>
      2 <!-- Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/ -->
      4 <html>
      5 <head>
      6  <meta charset="utf-8">
      7  <title>marquee inline script tests for Bug 1312272</title>
      8 </head>
      9 <body>
     10 <marquee id="m" onstart="parent.postMessage('csp-violation-marquee-onstart', '*')">bug 1312272</marquee>
     11 <script src="file_bug1312272.js"></script>
     12 </body>
     13 </html>