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
/
text
/
sub-pixel
/
complex-text-preferred-width.html
blob
eed36d097cdfd81dc541cfc684fd59656aa58bd4
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
a {
6
font-family: Arial;
7
text-rendering: geometricPrecision;
8
display: inline-block;
9
font-size:
12
px;
10
font-weight:
700
;
11
}
12
</style>
13
</head>
14
<body>
15
<a
href
=
"#"
>
Show More News
</a>
16
<p>
17
The link above should not wrap.
18
</p>
19
</body>
20
</html>