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-expected.html
blob
9ee970bdebadaa0a3a403cf5e996bbc4cc768eba
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: green;
11
}
12
</style>
13
</head>
14
<body>
15
<div
class
=
"testDiv"
>
Blink
</div>
16
</body>
17
</html>