gecko/layout/reftests/backgrounds/vector/tall--32px-auto--percent-width-nonpercent-height.html
2011-01-13 04:40:12 -06:00

26 lines
445 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>tall background-size: 32px auto; for percent-width-nonpercent-height.svg</title>
<style type="text/css">
div
{
width: 256px; height: 768px;
}
#outer
{
border: 1px solid black;
}
#inner
{
background-image: url(percent-width-nonpercent-height.svg);
background-repeat: no-repeat;
background-size: 32px auto;
}
</style>
</head>
<body>
<div id="outer"><div id="inner"></div></div>
</body>
</html>