blob: 0252faf7f131c200084e05c5cd640d273464e3dc [file] [log] [blame]
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
<!--
The original and initial filename of this test was
tall- -32px-auto- -percent-width-omitted-height.html
-->
<title>CSS Backgrounds and Borders Test: background-size: 16px auto; for percent-width-omitted-height.svg</title>
<link rel="author" title="Jeff Walden" href="http://whereswalden.com/">
<link rel="help" href="http://www.w3.org/TR/css3-background/#the-background-size">
<link rel="help" href="http://www.w3.org/TR/SVG/coords.html#IntrinsicSizing">
<link rel="help" href="http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute">
<link rel="match" href="reference/ref-t-lime16x192-aqua16x192.html">
<meta name="flags" content="svg">
<style type="text/css">
div
{
background-image: url("support/percent-width-omitted-height.svg");
background-repeat: no-repeat;
background-size: 16px auto;
border: black solid 8px;
height: 384px;
width: 128px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>