blob: 5c961ed57ae657c105b94d1fe6fa9f05f79b22de [file] [log] [blame]
<!DOCTYPE html>
<title>Test SVG in CSS backgrounds with non-integer viewBox dimensions</title>
<style>
#cover {
position: absolute;
left: 0;
width: 600px;
top: 0;
height: 127px;
background-color: blue;
}
</style>
<div id="cover"></div>