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-stroked.html
blob
b0fdc3582b985573b2fb667e9d8e2f6e4b38bb2f
1
<!DOCTYPE
html
>
2
<script
src
=
"../../resources/ahem.js"
></script>
3
4
<style>
5
div {
6
font-family: Ahem;
7
color: green;
8
-webkit-text-stroke:
1
px blue;
9
height:
1.5
em;
10
width:
10.5
em;
11
overflow: hidden;
12
white-space: nowrap;
13
text-overflow: ellipsis;
14
}
15
</style>
16
17
<div>
This text should be ellipsized and the ellipsis should visible when printed.
</div>