<!DOCTYPE html>
<title>SVG <view>-based sprites in background-image, background-size: cover</title>
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#background-size">
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<style>
#target {
width: 100px;
height: 100px;
background-image: url('support/sprite-view-no-viewbox.svg#rect');
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
}
</style>
<p>Test passes if there is a filled green square.</p>
<div id="target"></div>