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
/
css
/
text-overflow-ellipsis-shadow-alpha.html
blob
c49d49a64741f36aae01484b300f16247592262c
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
.testDiv {
6
overflow: hidden;
7
text-overflow: ellipsis;
8
font-size:
72
px;
9
width:
2
em;
10
color: transparent;
11
text-shadow:
0
px
0
px green;
12
}
13
</style>
14
</head>
15
<body>
16
<div
class
=
"testDiv"
>
Blink
</div>
17
</body>
18
</html>