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
/
css
/
text-overflow-ellipsis-multiple-shadows.html
blob
764b755f24cef05fa1096df96fd47f78ddcbd2f8
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
.testDiv {
6
position: absolute;
7
left:
0
;
8
top:
0
;
9
overflow: hidden;
10
text-overflow: ellipsis;
11
font-size:
72
px;
12
width:
2
em;
13
text-shadow:
0
px
8
px green,
0
px
16
px blue;
14
}
15
</style>
16
</head>
17
<body>
18
<div
class
=
"testDiv"
>
Blink
</div>
19
</body>
20
</html>