servo/tests/wpt/web-platform-tests/mathml/relations/html5-tree/required-extensions-2-ref.html

13 lines
295 B
HTML

<!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>