summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html
blob: 8a29dbbe1d27ca5c454fa0f514f8a90b044e8c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!--
  - Copyright (c) 2012 The Chromium Authors. All rights reserved.
  - Use of this source code is governed by a BSD-style license that can be
  - found in the LICENSE file.
  -->
<!doctype html>
<html>
  <head>
    <script src="eventpage.js"></script>
  </head>
  <body>
    <iframe id="theFrame" src="sandbox.html"></iframe>
  </body>
</html>