trisquel-icecat/icecat/gfx/tests/reftest/1792527-1-ref.html

15 lines
294 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.smooth {
image-rendering: smooth;
}
</style>
</head>
<body>
<img class="smooth" src="dino.png" width="32" height="32">
<img class="smooth" src="dino.png" width="32" height="32">
<img class="smooth" src="dino.png" width="32" height="32">
</body>
</html>