trisquel-icecat/icecat/layout/reftests/svg/1976116-ref.html
2025-10-06 02:35:48 -06:00

11 lines
202 B
HTML

<!doctype html>
<html>
<style>
.b {
background-color: green;
}
</style>
<body>
<svg class="b" width="100" height="20" xmlns="http://www.w3.org/2000/svg"></svg>
</body>
</html>