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

Unified Diff: chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/ad_network_fake_website.html

Issue 12967016: Improve <adview> implementation and add tests. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Disable test with dependency on binary file. Created 7 years, 8 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
Index: chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/ad_network_fake_website.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_no_permission/embedder.html b/chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/ad_network_fake_website.html
similarity index 62%
copy from chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_no_permission/embedder.html
copy to chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/ad_network_fake_website.html
index d350e46e52c4d458154fffd0547ba6f0811b506c..0f9a0b26b5ba7459bfeb3002b951a58af5add638 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/geolocation/embedder_has_no_permission/embedder.html
+++ b/chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/ad_network_fake_website.html
@@ -3,9 +3,13 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
+<!DOCTYPE html>
<html>
+<head>
+ <meta charset="utf-8">
+ <title>&lt;adview&gt; test</title>
+</head>
<body>
- <div id="webview-tag-container"></div>
- <script src="embedder.js"></script>
+ <p>Ad network test file.</p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698