mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
13 lines
295 B
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>
|