| <html> | |
| <head> | |
| <style> | |
| div { | |
| background: green; | |
| background-repeat: no-repeat; | |
| background-image: url(resources/svg-as-background-with-relative-size.svg); | |
| height: 500px; | |
| width: 500px; | |
| } | |
| </style> | |
| </head> | |
| <!-- The background shouldn't be red in a debug build --> | |
| <body style='margin: 0px'> | |
| <div> </div> | |
| </body> | |
| </html> |