servo/tests/ref/img_block_maxwidth_ref.html
Glenn Watson 87d18b90a6 Add support for min-width and max-width to images.
This fixes the images on the homepage of github.
2014-09-22 14:03:10 +10:00

16 lines
286 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
margin: 0;
}
img {
width: 200px;
}
</style>
</head>
<body>
<img src="400x400_green.png">
</body>
</html>