servo/tests/wpt/web-platform-tests/css/css-images/image-resolution/image-resolution-008.html

21 lines
573 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Images Module Level 4: image-resolution set manually applies to background images</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>
div {
width: 100px;
height: 100px;
image-resolution: 14.4dpi;
background: url("../support/swatch-blue.png") top left no-repeat;
}
</style>
</head>
<body>
<div></div>
</body>
</html>