dbaron%dbaron.org cf9d7b729b Fix width of images where max-width < min-width <= width (min-width should win), and other similar problems. b=413361 r+sr=bzbarsky a=schrep
git-svn-id: svn://10.0.0.236/trunk@243868 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-24 01:21:32 +00:00

16 lines
345 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>testcase</title>
<style>
img{
max-width: 126px;
min-width: 252px;
width: 252px;
}
</style>
</head>
<body>
<img src="mozilla-banner.gif" alt="">
</body>
</html>