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

Unified Diff: chrome/test/data/extensions/content_capabilities/foo.example.com.html

Issue 2028833002: [Extensions] Expand capabilities to about:blank iframes within a page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 7 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/content_capabilities/foo.example.com.html
diff --git a/chrome/test/data/extensions/content_capabilities/foo.example.com.html b/chrome/test/data/extensions/content_capabilities/foo.example.com.html
index d4fde4ef8896c5aa5a237f525ad40101ff32339f..0dd1e424b4b16590ba40337d42577b3391ccd50c 100644
--- a/chrome/test/data/extensions/content_capabilities/foo.example.com.html
+++ b/chrome/test/data/extensions/content_capabilities/foo.example.com.html
@@ -3,4 +3,10 @@ Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
+<!doctype html>
+<html>
+<body>
+<iframe src="about:blank"></iframe>
<script src="capability_tests.js"></script>
+</body>
+</html>
« no previous file with comments | « chrome/test/data/extensions/content_capabilities/capability_tests.js ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698