- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / content_scripts / extension_process / background.html
1 <!--
2  * Copyright (c) 2011 The Chromium Authors. All rights reserved.  Use of this
3  * source code is governed by a BSD-style license that can be found in the
4  * LICENSE file.
5 -->
6 <!--
7 Two common ways that we can end up with web pages running in an extension
8 process are iframes and popup windows.
9 -->
10 <script src="background.js"></script>
11 <div id="iframeContainer"> </div>