Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / in-html / overflow-svg-root-style-expected.html
blobe079a0f335baa19cf2becaceaae4983486d1985d
1 <!doctype html>
2 <style>
3 div {
4 height:100px; width:250px;
7 </style>
8 <div><svg id="svg1" height="100" width="100">
9 <path d="M210 10 L90 10 L90 90" fill="blue"/>
10 </svg></div>
12 <div><svg id="svg2" height="100" width="100">
13 <path d="M210 10 L90 10 L90 90" fill="blue"/>
14 </svg></div>
16 <div><svg id="svg3" height="100" width="250">
17 <path d="M210 10 L90 10 L90 90" fill="blue"/>
18 </svg></div>