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

Unified Diff: chrome/test/data/extensions/api_test/extension_options/test.html

Issue 378783002: Initial implementation of the <extensionoptions> GuestView tag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle changing attribute values, prevent cross-extension options embedding Created 6 years, 5 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/api_test/extension_options/test.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/test.html
similarity index 73%
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/test.html
index 3794c18e416facdd6382b2ac2cf6b58b9ee11a6c..3a01008eb5239d7f247790e4d342591819d3eb6c 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/about_blank_srcdoc/test.html
+++ b/chrome/test/data/extensions/api_test/extension_options/test.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>
+ <script src="test.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698