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

Unified Diff: chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/share.html

Issue 9689041: [Web Intents] Test data for installing extenions in a WebIntents picker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/share.html
diff --git a/chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/share.html b/chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/share.html
new file mode 100644
index 0000000000000000000000000000000000000000..dc37dd555f46d0b78eb50dc86ea0bdd2643c82fa
--- /dev/null
+++ b/chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/share.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html>
+ <head>
+ <script>
+ document.addEventListener("DOMContentLoaded", function() {
+ var data = intent.data instanceof Array ?
+ intent.data[0] :
+ intent.data;
+ document.getElementById("output").textContent = data;
+ });
+ </script>
+ </head>
+ <body>
+ <p>Here is your text!</p>
+ <div id="output"></div>
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698