Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / foreignObject / body-background.svg
blob7f26decf5aaedd3f6d8b87c9229ac37a72728d5f
1 <?xml version="1.0" standalone="yes"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <!-- The FO <body> background should cover this red rect -->
4 <rect x="20" y="20" width="200" height="100" fill="red"/>
5 <foreignObject x="20" y="20" width="200" height="100">
6 <html xmlns="http://www.w3.org/1999/xhtml">
7 <body style="background-color: green; margin: 0px;">
8 <div style="height: 100px;"></div>
9 </body>
10 </html>
11 </foreignObject>
12 </svg>