Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / ellipsis-in-rtl-content.html
blob3643347b25888ca83d782fb46bcf7b566434c25c
1 <!DOCTYPE html>
2 <style>
3 span {
4 font-family: lucida grande;
5 position: absolute;
6 text-overflow: ellipsis;
7 direction: rtl;
8 overflow: hidden;
10 </style>
11 <span>This text shouldn't be truncated with an ellipsis</span>