Source code
Revision control
Copy as Markdown
Other Tools
<!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>