Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-background-image / svg-as-background-body.html
bloba66aa418801abb7b424ec3a2af49166e8bf4ac4d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
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>