Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / content_scripts / extension_process / background.html
blob4b4555ac43174412459065d15fa302592e179987
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>