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