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