Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / inline-mask-overlay-image-outset-vertical-rl.html
blob86a4e90c81ff4e0adc6609599f5b77643e07e5e6
1 <head>
2 <style>
3 .inlineTest {
4 font-size:24px;
5 background-color:grey;
6 -webkit-mask-box-image: url(resources/mask.png) 75 / auto / 10px;
7 padding:75px 10px;
8 line-height:3
10 </style>
11 </head>
12 <body style="-webkit-writing-mode: vertical-rl;-webkit-text-orientation:sideways-right;text-rendering:optimizeLegibility">
13 <span class="inlineTest">This content should be masked<br> with a soft glow.</span>