summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/markup/test/resources/doc_markup_links_base.html
blob: 55b5350ab5ddf32358dbb485337c2993b8f1c688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Markup-view links with base attribute</title>
    <base href="../">
  </head>
  <body>
    <img src="doc_markup_tooltip.png">
    Test relative links with base attributes.
  </body>
</html>