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

Side by Side Diff: chrome/common/extensions/docs/examples/api/tabs/screenshot/screenshot.html

Issue 8318001: Adding `content_security_policy` to a few sample extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Docs. Zips. Created 9 years, 1 month 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
OLDNEW
1 <html> 1 <html>
2 <script> 2 <script src="screenshot.js"></script>
3 function setScreenshotUrl(url) {
4 document.getElementById('target').src = url;
5 }
6 </script>
7 <body> 3 <body>
8 Image here: 4 Image here:
9 <p> 5 <p>
10 <img id="target" src="white.png" width="640" height="480"> 6 <img id="target" src="white.png" width="640" height="480">
11 <p> 7 <p>
12 End image 8 End image
13 </body> 9 </body>
14 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698