blob: a78a20ff7a126e4421662e76fe7a825a98458d4a (
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>
|