summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/samples/getviews/ts2.html
blob: 21d6c48659360c034bd56941b3f8eb6f3710615b (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 2</div>
  </body>
</html>