Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-background-image / svg-as-background.html
blob345c34ab9ea9eab958442158f0cb102a78f02141
1 <html>
2 <head>
3 <style>
4 div {
5 background: red;
6 background-repeat: no-repeat;
7 background-image: url(resources/green-fixed-size-rect.svg);
8 height: 100px;
9 width: 100px;
11 </style>
12 </head>
13 <body style='margin: 0px'>
14 <div>&nbsp;</div>
15 </body>
16 </html>