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