blob: c752411e2adeaca1907570e44d7e5ac98c84f56d [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- -auto-32px- -nonpercent-width-percent-height-viewbox.html
-->
<title>CSS Backgrounds and Borders Test: background-size: auto 32px; for nonpercent-width-percent-height-viewbox.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="help" href="http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute">
<link rel="match" href="reference/ref-tall-lime2x16-aqua2x16.html">
<meta name="flags" content="svg">
<style type="text/css">
div
{
background-image: url("support/nonpercent-width-percent-height-viewbox.svg");
background-repeat: no-repeat;
background-size: auto 32px;
border: black solid 1px;
height: 768px;
width: 256px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>