Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-backgrounds/background-size/vector/wide--12px-auto--percent-width-percent-height-viewbox.html - WPT Dashboard Interop Dashboard
<!--
Any copyright is dedicated to the Public Domain.
-->
<!DOCTYPE html>
<html>
<head>
<!--
The original and initial filename of this test was
wide- -12px-auto- -percent-width-percent-height-viewbox.html
-->
<title>CSS Backgrounds and Borders Test: background-size: 12px auto; for percent-width-percent-height-viewbox.svg</title>
<link rel="match" href="reference/ref-wide-lime12x96-aqua12x96.html">
<meta name="flags" content="svg">
<style type="text/css">
div
{
background-image: url("support/percent-width-percent-height-viewbox.svg");
background-repeat: no-repeat;
background-size: 12px auto;
border: black solid 1px;
height: 256px;
width: 768px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>