blob: ad1ca8ba8e54258d9061ffb120a2460279832064 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Images Module Level 4: image-resolution set manually</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: 14.4dpi;
}
</style>
</head>
<body>
<img src="../support/swatch-blue.png" />
</body>
</html>