| Index: chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html
|
| diff --git a/chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html b/chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..21e718fb1704d5edec771ff9d87f153f125401f3
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/app_background_page/no_js/bg.html
|
| @@ -0,0 +1,16 @@
|
| +<!--
|
| + * 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.
|
| +-->
|
| +<script src="../common/common.js"></script>
|
| +<h1 id="status">Background</h1>
|
| +<div style="display:none" id="pageToScriptTunnel"></div>
|
| +<div style="display:none" id="scriptToPageTunnel"></div>
|
| +
|
| +<script>
|
| +window.onload = function() {
|
| + setupScriptTunnel();
|
| + notifyBackgroundPageLoaded();
|
| +}
|
| +</script>
|
|
|