Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / english-lr-text.html
blob5a92438e42fff4e9de26ea298991bb1d7a91f381
1 <div style="-webkit-writing-mode:vertical-lr;-webkit-text-orientation:sideways-right;text-rendering:optimizeLegibility;height:500px;font-size:18px">
2 <span style="text-decoration:underline">This text should be rotated 90 degrees and underlined.</span>
3 <br>
4 <span style="text-decoration:overline">This text should be rotated 90 degrees and overlined.</span>
5 <br>
6 <span style="text-decoration:line-through">This text should be rotated 90 degrees and struck through.</span>
7 <br>
8 <span style="text-shadow: red 10px 0 5px">This text should have a red shadow that is offset horizontally.</span>
9 <br>
10 <br>
11 <span style="text-shadow: green 60px 0 5px; text-decoration:overline">This text should have an overline plus horizontal green shadow</div>