Sign in
webkit
/
WebKit
/
a36dd1c4bd8146169ac601fd378f4d14b5f88ac7
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
text
/
ellipsis-in-rtl-content.html
blob: 3643347b25888ca83d782fb46bcf7b566434c25c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
span
{
font-family
:
lucida grande
;
position
:
absolute
;
text-overflow
:
ellipsis
;
direction
:
rtl
;
overflow
:
hidden
;
}
</style>
<span>
This text shouldn't be truncated with an ellipsis
</span>