summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-nested-iframe-storageaccess-errors.html
blob: 1b48c45e8963d5fa61d5f607b0a48dca51b88ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html dir="ltr" xml:lang="en-US" lang="en-US">
  <head>
    <meta charset="utf8">
    <title>requestStorageAccess test</title>
    <!--
      Any copyright is dedicated to the Public Domain.
      http://creativecommons.org/publicdomain/zero/1.0/
    -->
  </head>
  <body>
    <iframe src="https://itisatracker.org/browser/devtools/client/webconsole/test/browser/test-storageaccess-errors.html"></iframe>
  </body>
</html>