summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/test/doc_inspector_search-svg.html
blob: f762b2288f5ec77553a03534a1c27b49e7978dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Inspector SVG Search Box Test</title>
</head>
<body>
  <div class="class1"></div>
  <svg>
    <clipPath>
      <rect x="0" y="0" width="10" height="5"></rect>
    </clipPath>
    <circle cx="0" cy="0" r="50" class="class2" />
  </svg>
</body>
</html>