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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
ellipsis-stroked-expected.html
blob
86888d5891be942b48f21ff1bf98a662b4d524d3
1
<!DOCTYPE
html
>
2
3
<style>
4
div {
5
font-family: Ahem;
6
color: green;
7
-webkit-text-stroke:
1
px blue;
8
height:
1.5
em;
9
width:
10.5
em;
10
overflow: hidden;
11
white-space: nowrap;
12
}
13
</style>
14
15
<!-- a span surrounding the ellipsis is needed so the stroke draws separately -->
16
<!--
17
<div>This text<span>…</span></div>
18
-->
19
<div>
This text
<span>
...
</span></div>