Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-isolation-add-clipper-text-expected.html
blob45a878dcdfeb4573f0e672d5023d47581e40416e
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <p>The test passes if you see a green square.</p>
5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="400px" height="60px">
6 <defs>
7 <clipPath id="Clipper">
8 <text x="0" y="45" font-size="60" font-weight="bold">Clipping text!</text>
9 </clipPath>
10 </defs>
11 <g id="isolator" clip-path="url(#Clipper)">
12 <rect x="0" y="0" width="400" height="60" style="fill: green;"/>
13 </g>
14 </svg>
15 </body>
16 </html>