summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/samples/getviews/ts1.html
blob: ce0c11592835a855cdbd51b54825d45ea1a424d7 (plain)
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="common.css">
    <script src="common.js" type="text/javascript"></script>
  </head>
  <body>
    <div span id="me" onclick="claim();">Toolstrip 1</div>
  </body>
</html>