repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
ellipsis-in-rtl-content.html
blob
3643347b25888ca83d782fb46bcf7b566434c25c
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;
9
}
10
</style>
11
<span>
This text shouldn't be truncated with an ellipsis
</span>