haikuwebkit/LayoutTests/svg/as-image/svg-image-scaled.html

17 lines
463 B
HTML

<!DOCTYPE html>
<html>
<body>
Test for WK99481: This test passes if there is a green square with sharp (not blurry) edges.<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
<g transform="scale(10)">
<image x="0" y="0" width="10" height="10" xlink:href="data:image/svg+xml,
<svg xmlns='http://www.w3.org/2000/svg'>
<rect x='1' y='1' width='8' height='8' fill='green' />
</svg>
" />
</g>
</svg>
</body>
</html>