Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / svg-blend-not-allowed.html
blobb6692bb3469a5595ac27c3bb0ff64f571162eb4b
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" style="mix-blend-mode: difference;">GREEN</tspan>.
8 </text>
9 </svg>
10 </body>
11 </html>