Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!--↩
Any copyright is dedicated to the Public Domain.↩
-->↩
<!DOCTYPE html>↩
<html>↩
<head>↩
<title>wide background positioning area size; 32px 32px 32px 32px background-size; for omitted-width-omitted-height-viewbox-no-preserve.svg</title>↩
<meta name="flags" content="svg" />↩
<style type="text/css">↩
#inner↩
{↩
width: 640px;↩
height: 32px;↩
background-image: url(omitted-width-omitted-height-viewbox-no-preserve.svg);↩
background-repeat: no-repeat;↩
background-size: 32px 32px;↩
}↩
</style>↩
</head>↩
<body>↩
<div id="inner"></div>↩
</body>↩
</html>