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
/
printing
/
ellipsis-printing-style-expected.html
blob
0c82dc7b3725e8e7a59d8e7167b91713669e5cd5
1
<!DOCTYPE
html
>
2
<script
src
=
"../resources/ahem.js"
></script>
3
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
setPrinting
();
7
</script>
8
9
<style>
10
div {
11
font-family: Ahem;
12
background-color: black;
13
color: white;
14
height:
1.5
em;
15
width:
10.5
em;
16
overflow: hidden;
17
white-space: nowrap;
18
}
19
</style>
20
21
<div>
This text
…
</div>