summaryrefslogtreecommitdiffstats
path: root/tests/selenium/website_testbed/first-party.html
blob: 13713c4a3dd4a0b97c8b861c551844549efc3567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <script src=first-party.js></script>
  </head>
  <body>
    <p>Welcome to the cookie tracker test site. I'm creating a localcookie for this domain.
    </p>
    <button id="newwindowbutton" class="button" onClick="window.open();">Click this button to open a new window</button>
    <p>I feel like iframing in a third party website:</p>
    <iframe src="https://efforg.github.io/privacybadger-test-fixtures/html/cookie_frame.html" width="200" height="200">where's my iframe?</iframe>
  </body>
</html>