summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/samples/screenshot/screenshot.html
blob: 90ac7aa95419dd04b84643c683ff351af08bbf32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<script>
function setScreenshotUrl(url) {
  document.getElementById('target').src = url;
}
</script>
<body>
  Image here:
  <p>
    <img id="target" src="white.jpg" width="640" height="480">
  <p>
  End image
  </body>
</html>