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

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

Issue 490133002: Fixed Screenshot extension example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
OLDNEW
1 <html> 1 <html>
2 <script src="screenshot.js"></script> 2 <script src="screenshot.js"></script>
3 <body> 3 <body>
4 Image here: 4 Image here:
5 <p> 5 <p>
6 <img id="target" src="white.png" width="640" height="480"> 6 <img id="target" src="white.png" height="480">
not at google - send to devlin 2014/08/21 15:00:50 Fairly unimportant question: Why this change? Did
7 <p> 7 <p>
8 End image 8 End image
9 </body> 9 </body>
10 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698