Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-blend-not-allowed-expected.html
blob3ff108dc07a7409709c021f1b79b0a8f64005dbe
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500px" height="30px" style="background: yellow">
5 <text x="0" y="20">
6 Tspan elements should not blend. This test passes if the last word is
7 <tspan font-weight="bold" fill="green">GREEN</tspan>.
8 </text>
9 </svg>
10 </body>
11 </html>