Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / resources / foreignobject-media.svg
blobfb21486c3bbfa09762e431723cf513d5b4c334bc
1 <svg xmlns = "http://www.w3.org/2000/svg" width="320px" height="480px">
2 <rect x="0" y="0" width="320px" height="480px" style="fill:green"/>
3 <foreignObject x="0" y="0" width="100%" height="100%">
4 <body xmlns="http://www.w3.org/1999/xhtml">
5 <video src="test.mp4" autoplay="true" width="320px" height="240px"></video>
6 <audio src="test.oga" autoplay="true"></audio>
7 <video autoplay="true" width="320px" height="240px">
8 <source src='test.ogv' />
9 <source src='test.mp4' />
10 </video>
11 </body>
12 </foreignObject>
13 </svg>