mirror of
https://github.com/servo/servo.git
synced 2025-10-16 08:20:22 +01:00
18 lines
466 B
HTML
18 lines
466 B
HTML
<!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>
|