| Index: chrome/test/data/extensions/api_test/extension_options/test.html
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/about_blank_srcdoc/test.html b/chrome/test/data/extensions/api_test/extension_options/test.html
|
| similarity index 73%
|
| copy from chrome/test/data/extensions/api_test/content_scripts/about_blank_srcdoc/test.html
|
| copy to chrome/test/data/extensions/api_test/extension_options/test.html
|
| index 3794c18e416facdd6382b2ac2cf6b58b9ee11a6c..3a01008eb5239d7f247790e4d342591819d3eb6c 100644
|
| --- a/chrome/test/data/extensions/api_test/content_scripts/about_blank_srcdoc/test.html
|
| +++ b/chrome/test/data/extensions/api_test/extension_options/test.html
|
| @@ -3,4 +3,8 @@
|
| * source code is governed by a BSD-style license that can be found in the
|
| * LICENSE file.
|
| -->
|
| -<script src="test.js"></script>
|
| +<html>
|
| +<body>
|
| + <script src="test.js"></script>
|
| +</body>
|
| +</html>
|
|
|