Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1432)

Unified Diff: extensions/test/data/web_view/apitest/main.html

Issue 581283002: Add webview testAPIMethodExistence to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | extensions/test/data/web_view/apitest/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/web_view/apitest/main.html
diff --git a/chrome/test/data/extensions/platform_apps/custom_launcher_page/main.html b/extensions/test/data/web_view/apitest/main.html
similarity index 67%
copy from chrome/test/data/extensions/platform_apps/custom_launcher_page/main.html
copy to extensions/test/data/web_view/apitest/main.html
index 8060cb200c244939c6d8294727b47c1dff6f222a..e4bbf2b0146721923616d97050a52b290cfc7d8c 100644
--- a/chrome/test/data/extensions/platform_apps/custom_launcher_page/main.html
+++ b/extensions/test/data/web_view/apitest/main.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>
-</body>
+ <body>
+ <div id="object-container"></div>
+ <script src="main.js"></script>
+ </body>
</html>
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | extensions/test/data/web_view/apitest/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698