- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / tabs / screenshot / screenshot.html
1 <html>
2 <script src="screenshot.js"></script>
3 <body>
4   Image here:
5   <p>
6     <img id="target" src="white.png" width="640" height="480">
7   <p>
8   End image
9   </body>
10 </html>