gecko/layout/reftests/backgrounds/vector/empty/zero-width-ratio-5px-auto.html
2011-01-13 04:40:12 -06:00

26 lines
394 B
HTML

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