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-vertical-expected.html
blob
197a43c36cced250953d8a90428ce775f5f47c14
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
.testDiv {
6
font-size:
72
px;
7
-webkit-writing-mode: vertical-rl;
8
}
9
</style>
10
</head>
11
<body>
12
<!-- This expectation depends on the ellipsis is U+2026. -->
13
<div
class
=
"testDiv"
><span
style
=
"font-family: Ahem"
>
B
</span>
…
</div>
14
</body>
15
</html>