blob: 2cbdcffb02146ce4dc8890388e11203fc723781c [file] [log] [blame]
zimmermann@webkit.org58181d22011-06-01 16:01:12 +00001<html>
2<head>
3<style>
4div {
5 background: red;
6 background-repeat: no-repeat;
7 background-image: url(resources/green-relative-size-rect-with-viewBox.svg);
8 height: 100px;
9 width: 100px;
10}
11</style>
12</head>
13<!-- There should be no red visible -->
14<body style='margin: 0px'>
15<div>&nbsp;</div>
16</body>
17</html>