Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!--
Any copyright is dedicated to the Public Domain.
-->
<!DOCTYPE html>
<html>
<head>
<!--
The original and initial filename of this test was
wide- -auto- -nonpercent-width-nonpercent-height.html
-->
<title>CSS Backgrounds and Borders Test: background-size: auto; for nonpercent-width-nonpercent-height.svg</title>
<link rel="author" title="Jeff Walden" href="http://whereswalden.com/">
<link rel="match" href="reference/ref-wide-lime8x16-aqua8x16.html">
<meta name="flags" content="svg">
<style type="text/css">
div
{
background-image: url("support/nonpercent-width-nonpercent-height.svg");
background-repeat: no-repeat;
background-size: auto;
border: black solid 1px;
height: 256px;
width: 768px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>