Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/extension_options/options.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/options.html |
| similarity index 76% |
| 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/options.html |
| index 3794c18e416facdd6382b2ac2cf6b58b9ee11a6c..34fde2b6e57ceac2c7831ccae681805c159ba0ef 100644 |
| --- a/chrome/test/data/extensions/api_test/content_scripts/about_blank_srcdoc/test.html |
| +++ b/chrome/test/data/extensions/api_test/extension_options/options.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> |
| + <p>Test test test</p> |
| +</body> |
| +</html> |