Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / stroking.html
blobe17d56787ad8b7dd0bae8abaf3962cf941f5d42c
1 <head>
2 <title>
3 Text Stroking
4 </title>
5 </head>
7 <body style="font-size:64px">
9 <div style="-webkit-text-fill-color:purple; -webkit-text-stroke-color:black; -webkit-text-stroke-width:2px;">Purple&#x0300; fill, black stroke, complex text</div>
11 <div style="-webkit-text-stroke: thin orange; color:black;">Orange stroke, black fill.</div>
13 <div style="-webkit-text-fill-color:transparent; -webkit-text-stroke: thin blue; text-shadow: 5px 5px 10px red;">Blue stroke, no fill, red shadow.</div>