Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / lazy-attach-use-expected.html
blobad6c7209021e723eebd58f9ae5a2b30a16d979a6
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 Test for crbug.com/279434: This test passes if there is a green square below.<br/>
5 <div id="container">
6 <svg width="100" height="100">
7 <rect width="100" height="100" fill="green"/>
8 </svg>
9 </div>
10 </body>
11 </html>