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

Unified Diff: chrome/test/data/extensions/content_script_inject_page.html

Issue 60112: Implement chromium.self in content scripts, fix bugs (Closed)
Patch Set: fixedy fixedy Created 11 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
« no previous file with comments | « chrome/test/data/extensions/content_script_inject/script3.js ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/content_script_inject_page.html
diff --git a/chrome/test/data/extensions/content_script_inject_page.html b/chrome/test/data/extensions/content_script_inject_page.html
new file mode 100755
index 0000000000000000000000000000000000000000..4412e191ec8ffecdf43e24b861d2dfb6fcd3bc95
--- /dev/null
+++ b/chrome/test/data/extensions/content_script_inject_page.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title></title>
+<script>
+var content_var = "hello";
+</script>
+</head>
+<body>
+</body>
+</html>
« no previous file with comments | « chrome/test/data/extensions/content_script_inject/script3.js ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698