<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/--><!DOCTYPE html><html><head><title>wide background-size: auto; for omitted-width-omitted-height.svg</title><linkrel="author"title="Jeff Walden"href="http://whereswalden.com/"/><linkrel="help"href="http://www.w3.org/TR/css3-background/#the-background-size"/><linkrel="help"href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing"/><linkrel="help"href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute"/><metaname="flags"content="svg"/><styletype="text/css">div{width:768px;height:256px;}#outer{border:1pxsolidblack;}#inner{background-image:url(omitted-width-omitted-height.svg);background-repeat:no-repeat;background-size:auto;}</style></head><body><divid="outer"><divid="inner"></div></div></body></html>