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