- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / examples / api / pageAction / set_icon / background.html
1 <html>
2 <head>
3 <script src="background.js"></script>
4 </head>
5 <body>
6 <canvas id="canvas" width="19" height="19"></canvas>
7 </body>
8 </html>