haikuwebkit/LayoutTests/svg/custom/pattern-update-different-ro...

17 lines
216 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
svg {
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<svg>
<rect width="100%" height="100%" fill="green"/>
</svg>
</body>
</html>