blob: 8122fc91b08ae64a94f018bcd414cba88d174862 [file] [log] [blame]
<html>
<head>
<title>svg-non-integer-scaled-image</title>
<style>
body {margin: 0px;}
</style>
</head>
<body>
<!-- The following svg has a width of 100px and a height of 100.99px. It
should be rendered without scrollbars as a green rectangle of
size 101px * 100px. -->
<img src='resources/green-non-integer-size-rect.svg' />
</body>
</html>