| Index: chrome/test/data/extensions/api_test/extension_options/embed_self/options.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/ephemeral_launcher/legacy_app/main.html b/chrome/test/data/extensions/api_test/extension_options/embed_self/options.html
|
| similarity index 77%
|
| copy from chrome/test/data/extensions/platform_apps/ephemeral_launcher/legacy_app/main.html
|
| copy to chrome/test/data/extensions/api_test/extension_options/embed_self/options.html
|
| index 8060cb200c244939c6d8294727b47c1dff6f222a..ef46adb8a248bc20dad377f8b60cbe3d76482aa2 100644
|
| --- a/chrome/test/data/extensions/platform_apps/ephemeral_launcher/legacy_app/main.html
|
| +++ b/chrome/test/data/extensions/api_test/extension_options/embed_self/options.html
|
| @@ -3,9 +3,9 @@
|
| * source code is governed by a BSD-style license that can be found in the
|
| * LICENSE file.
|
| -->
|
| -
|
| <html>
|
| <body>
|
| -<script src="main.js"></script>
|
| + <p>Test test test</p>
|
| + <script src="options.js"></script>
|
| </body>
|
| </html>
|
|
|