| Index: chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html
|
| diff --git a/chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html b/chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8a29dbbe1d27ca5c454fa0f514f8a90b044e8c31
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html
|
| @@ -0,0 +1,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>
|
|
|