zimmermann@webkit.org | 58181d2 | 2011-06-01 16:01:12 +0000 | [diff] [blame] | 1 | <html> |
2 | <head> | ||||
3 | <style> | ||||
4 | div { | ||||
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> </div> | ||||
16 | </body> | ||||
17 | </html> |