Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-background-image / svg-as-background-body-expected.html
blob0fd373336bcda74661e448bea398181cf1e50d05
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 html {
6 background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'><rect width='100px' height='100px' fill='lightgreen' stroke='green' stroke-width='1px'/></svg>");
7 background-repeat: repeat;
9 </style>
10 </head>
11 <body>
12 Test for WK112226: This test passes if the body's background is light green with a green gridlines.
13 </body>
14 </html>