summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/pageinfo/svg_image.html
blob: 7ab17c33a096707f898f585c94f268113814e165 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
  <head>
    <title>Test for page info svg images</title>
  </head>
  <body>
    <svg width="20" height="20">
      <image xlink:href="title_test.svg" width="20" height="20">
    </svg>
  </body>
</html>