blob: dcc5b2b7d337e769299df17a0eacafddc92665c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>SVG requiredExtensions (reference)</title>
</head>
<body>
<p>Test passes if there is a green square and no red.</p>
<svg width="200px" height="200px">
<rect width="200px" height="200px" fill="green"/>
</svg>
</body>
</html>
|