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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <script>
5 document.addEventListener("DOMContentLoaded", function() {
6 var data = intent.data instanceof Array ?
7 intent.data[0] :
8 intent.data;
9 document.getElementById("output").textContent = data;
10 });
11 </script>
12 </head>
13 <body>
14 <p>Here is your text!</p>
15 <div id="output"></div>
16 </body>
17 </html>
OLDNEW
« 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