summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/net/test/mochitest/page_basic.html
blob: da715849261cd64698d581b1ebe136f14b9bb024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/ -->
<!doctype html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>XHR Spy test page</title>
  </head>
  <body>
  <script type="text/javascript">
    document.cookie = "bar=foo";
  </script>
  </body>
</html>