haikuwebkit/LayoutTests/svg/as-image/same-source-different-heigh...

12 lines
375 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Same SVG source, different image heights</title>
</head>
<body>
<p>There should be <em>two</em> blue circles below.</p>
<img src="resources/circle.svg" type="image/svg+xml" style="width:100px; height:300px;">
<img src="resources/circle.svg" type="image/svg+xml" style="width:100px; height:100px;">
</body>
</html>