blob: c7a5cd5836620ee723b06a49b1c8f8d9dfc425af [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Images Module Level 4: image-resolution scaling down from image</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-192dpi.png" />
</body>
</html>