blob: f47777ff9e30f46414382e363a2996083e37a754 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Images Module Level 4: image-resolution scaling from image with animorphic aspect ratio</title>
<link rel="author" title="Mike Bremford" href="http://bfo.com/">
<link rel="help" href="https://drafts.csswg.org/css-images-4/#propdef-image-resolution">
<link rel="match" href="../reference/100x100-blue.html">
<style>
img {
image-resolution: from-image;
}
</style>
</head>
<body>
<img src="support/swatch-blue-48x192dpi.png" />
</body>
</html>